0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update Readme More... almost 13 years ago
Multiple updates More... almost 13 years ago
typo fixes More... about 13 years ago
Fix some nil errors and require LFS if needed. More... about 13 years ago
Added X-Fetch-Since request header feature, for fetching previously sent data from the server. More... about 13 years ago
Version bump More... over 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... over 13 years ago
Merge pull request #2 from igalic/defaults
Daniel Gruno
as Humbedooh
More... over 13 years ago
Merge pull request #1 from igalic/env
Daniel Gruno
as Humbedooh
More... over 13 years ago
rename default config file to .sample More... over 13 years ago
Don't use (incosistent) hardcoded shebang paths More... over 13 years ago
Changing the HEAD output a bit, to more accurately reflect the number of subscribers. More... over 13 years ago
Check for nil values when assessing timeouts More... over 13 years ago
- Fix chunked response encoding - Remove some debug prints - Change timestamps to use microsecond precision like svnpubsub More... over 13 years ago
Remove debug prints More... over 13 years ago
Add an extra newline to the HTTP response for GET requests More... over 13 years ago
Update Python post-receive script More... over 13 years ago
Fixings for the HTTP responses More... over 13 years ago
Wrap JSON object inside an 'commit' object, as svnpubsub does More... over 13 years ago
update cwd fetching More... over 13 years ago
Add a configuration file for the python post receive hook More... over 13 years ago
Add file tracking to post receive hook More... over 13 years ago
Remove debug data and fix string split More... over 13 years ago
Remove duplicate entry and add some info More... over 13 years ago
Add python version of the post-receive hook More... over 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... over 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