0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update Readme More... over 12 years ago
Multiple updates More... over 12 years ago
typo fixes More... almost 13 years ago
Fix some nil errors and require LFS if needed. More... almost 13 years ago
Added X-Fetch-Since request header feature, for fetching previously sent data from the server. More... almost 13 years ago
Version bump More... almost 13 years ago
Add a config parser for gitpubsub's core server, and add default configuration of the server to the configuration file instead of hard coding it. More... almost 13 years ago
Merge pull request #2 from igalic/defaults
Daniel Gruno
as Humbedooh
More... almost 13 years ago
Merge pull request #1 from igalic/env
Daniel Gruno
as Humbedooh
More... almost 13 years ago
rename default config file to .sample More... almost 13 years ago
Don't use (incosistent) hardcoded shebang paths More... almost 13 years ago
Changing the HEAD output a bit, to more accurately reflect the number of subscribers. More... almost 13 years ago
Check for nil values when assessing timeouts More... about 13 years ago
- Fix chunked response encoding - Remove some debug prints - Change timestamps to use microsecond precision like svnpubsub More... about 13 years ago
Remove debug prints More... about 13 years ago
Add an extra newline to the HTTP response for GET requests More... about 13 years ago
Update Python post-receive script More... about 13 years ago
Fixings for the HTTP responses More... about 13 years ago
Wrap JSON object inside an 'commit' object, as svnpubsub does More... about 13 years ago
update cwd fetching More... about 13 years ago
Add a configuration file for the python post receive hook More... about 13 years ago
Add file tracking to post receive hook More... about 13 years ago
Remove debug data and fix string split More... about 13 years ago
Remove duplicate entry and add some info More... about 13 years ago
Add python version of the post-receive hook More... about 13 years ago
Change HTTP method from POST to PUT, as it's really a PUT request. Add timeout checks for trusted peers, so they won't block if bugged. More... about 13 years ago
Add a timeout check, improve sleeping More... over 13 years ago
Sleep a little longer if there are no current connections More... over 13 years ago
Change handling events to coroutines and use socket.select to speed up processing. More... over 13 years ago
Refactor some common events, localize function calls and add some comments. More... over 13 years ago