2
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Whitespace cleanups. More... over 15 years ago
Refactor the address parsing bits of adcrush. More... over 15 years ago
Removed some old unused macros. More... over 15 years ago
Added a configurable listen() backlog (defaults to: server_listen_backlog=50) More... over 15 years ago
Doc update. More... over 15 years ago
Some compile fixes and memory leak fixes for ADCRush. More... over 15 years ago
Fix to net_con_close() which allows us to either delete the connection immediately if that is safe, or delete it later. More... over 15 years ago
More work on the ADC client lib. More... over 15 years ago
Compile fix. More... over 15 years ago
Merge branch 'master' of baracus-vpn:~/git/uhub More... over 15 years ago
Added lots of asserts, and split out the ip address from the connection object. Still a lot of work remains and a massive network connection cleanup is needed. More... over 15 years ago
Fix bug #82 - Crash writing a log larger than 2GB on a 32 bit system as _FILE_OFFSET_BITS was not declared to be 64. More... over 15 years ago
Fix memory issues in ADC client lib. More... almost 16 years ago
Fix a failing autotest. More... almost 16 years ago
Fix compile warning. More... almost 16 years ago
Fix some issues regarding header extraction. More... almost 16 years ago
Added new convenient adc_msg_* functions for accessing named parameters. More... almost 16 years ago
Fix bug #77 - Error in ACL command parsing. More... almost 16 years ago
Cleanup argument extraction. More... almost 16 years ago
Added a macro that can keep the line count down. More... almost 16 years ago
Various fixes, the admin tool at least compiles and runs. More... almost 16 years ago
Split uhub.h More... almost 16 years ago
Various build fixes. More... almost 16 years ago
Started splitting up ADC rush. Need a test client before we can proceed anyway. More... almost 16 years ago
Misc connection changes. More... almost 16 years ago
Cleanup some code. More... almost 16 years ago
Fix output handling. More... almost 16 years ago
Fixed printf issues with size_t. Since Windows do not support %zu we have to use %Iu there instead. Solved that with an ugly but needed macro. More... almost 16 years ago
Move the network related flags from network.h to connection.h since that is where they are used. More... almost 16 years ago
Complete moving all connection related data out of the hub_user object. More... almost 16 years ago