5
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Sep 19, 2025 — Sep 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed these files since their functionality has been replaced. More... about 25 years ago
Finally got the SSL problem fixed. We can not send _any_ client headers (including the new line) to the origin server when in tunnelling mode. SSL now works correctly. Yeah. More... about 25 years ago
Changed the buffer pointer in safe_write() to be const void* since we're not changing the values. More... about 25 years ago
When logging an error indicate the file descriptor and the error number. More... about 25 years ago
Include the SSL field in the connection structure since we're going to handle SSL connections. More... about 25 years ago
Massive changes. Split process_method() into a bunch of smaller files and changed the parsing code from REGEX and uri.c to a simplier sscanf() method. Also, include code to handle SSL connections, but that's not quite working yet. More... about 25 years ago
Removed the reference to uri.c and uri.h since the new reqs.c doesn't use them. More... about 25 years ago
Fixed a memory leak in process_method(). More... about 25 years ago
Fixed memory leak. More... about 25 years ago
Changed mallocs to callocs. More... about 25 years ago
Increased the number of "insertions" before the free memory. More... about 25 years ago
More changes. These all relate to the switch from stack memory to heap memory. More... about 25 years ago
Added the debugging realloc() function. More... about 25 years ago
Set the stack size of threads to 32KB from 128KB. More... about 25 years ago
Switched the memory allocation for the large strings to heap based instead of stack based. More... about 25 years ago
Bumped up the preversion number More... about 25 years ago
Style stuff. More... about 25 years ago
Updated version number. More... about 25 years ago
Fixed a memory leak. More... about 25 years ago
Used safecalloc() instead of malloc() and memset(). Fixed a potential memory leak with the regular expression engine. More... about 25 years ago
Comment cleanup. More... about 25 years ago
More changes. More... about 25 years ago
New pre version More... about 25 years ago
Changed all the mallocs and callocs to use the new safemalloc and safecalloc. More... about 25 years ago
Lowered the number BUFARRAY and BUFSIZE constants to reduce the maximum memory usage of a ternary tree. It now should not exceed 4MB of memory. More... about 25 years ago
Lowered the number of insertions before the ternary tree is rebuilt. More... about 25 years ago
Added the debugging_(malloc|calloc|free) functions to help track memory usage. There are also now defines for safe(malloc|calloc|free) which allow for debugging code to be enabled or not. More... about 25 years ago
Fixed a memory leak in thread_main(). More... about 25 years ago
Explictly added the DETACHED creation method on threads. More... about 25 years ago
Updates. More... about 25 years ago