1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
subscriber_sentinel should be reinitialized, not nulled
Leo P.
as Leo P
More... over 14 years ago
feature: optional push_max_channel_subscribers setting added fix: first-in concurrency setting wasn't responding to subscribers with a correct status code on conflict
Leo P.
as Leo P
More... over 14 years ago
rephrased and clarified some stuff
Leo P.
as Leo P
More... over 14 years ago
fix: reused subscriber connections sometimes failed to receive messages
Leo P.
as Leo P
More... over 14 years ago
sayonara, 0.6
Leo P.
as Leo P
More... over 14 years ago
removed some wasted tests
Leo P.
as Leo P
More... over 14 years ago
Now with 80% less saturated fats.
Leo P.
as Leo P
More... over 14 years ago
Merge branch 'garbagecollect'
Leo P.
as Leo P
More... over 14 years ago
set default shm size to 32M
Leo P.
as Leo P
More... over 14 years ago
cleaned up some rbtree code, added a channel counter just for kicks and debugging.
Leo P.
as Leo P
More... over 14 years ago
fixed segfault during IPC (allocated not enough memory (wrong type))
Leo P.
as Leo P
More... over 14 years ago
trying
Leo P.
as Leo P
More... over 14 years ago
change: unused node garbage collection made a little more aggressive (max. 3 unused channels per channel search instead of 1) fix: unused nodes were deleted only on channel id hash collision (very rare)
Leo P.
as Leo P
More... over 14 years ago
a comment on what points where
Leo P.
as Leo P
More... over 14 years ago
reformatted as lynx output, with some minor prior corrections
Leo P.
as Leo P
More... over 14 years ago
set up to use our recovering shmem slab allocator
Leo P.
as Leo P
More... over 14 years ago
fix: forgot to unlock shpool when erroring out after being unable to allocate a worker message
Leo P.
as Leo P
More... over 14 years ago
stable like a fox
Leo P.
as Leo P
More... over 14 years ago
added push_message_buffer_length setting
Leo P.
as Leo P
More... over 14 years ago
change: added a changelog.
Leo P.
as Leo P
More... over 14 years ago
fix: double quotes instead of single for JSON channel info
Leo P.
as Leo P
More... over 14 years ago
bugfix: worker messages not freed properly
Leo P.
as Leo P
More... over 14 years ago
message removal refcount bugfix
Leo P.
as Leo P
More... over 14 years ago
default subscriber concurrency setting is now "broadcast"
Leo P.
as Leo P
More... over 14 years ago
deuglified some config code and accompanying error messages
Leo P.
as Leo P
More... over 14 years ago
removed some deprecated config options
Leo P.
as Leo P
More... over 14 years ago
readme improvements
Leo P.
as Leo P
More... over 14 years ago
Merge branch 'master' of github.com:slact/nginx_http_push_module
Leo P.
as Leo P
More... over 14 years ago
added dumb content-type negotiation for publisher request response (text/plain, test/json, text/yaml, text/xml and other commonly accepted variations on those formats)
Leo P.
as Leo P
More... over 14 years ago
fix: publisher GET response has http status 0 (issue 22)
Leo P.
as Leo P
More... over 14 years ago