0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
better handling of cached replies
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
moved stats.html ( dynamic page ) allocation from stack to heap , quering running server now uses a function , makes the "API" of AmmServer nicer
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
fixed header for C/C++ linking compatibilities
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
...
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
StripHTMLCharacters now accepts lowercase hex values picked it up from a nmap probe , pretty good idea!
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
url html characters stripper now strips renegade % from bad hex values..
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
adding some more cache limits ( per file ) moving all resource checks inside http_header_analysis.c , minor other changes
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
HTML characters should now be converted correctly..
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
replaced nested switch thingy with a hex to ascii converter , not complete yet though
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
commiting a ridicoulusly long nested switch statement as a backup :P
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
preparing for range_requests
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
increased memory buffer for sending files ( targeting fullhd videos ) and handling connection closes while sending gracefully..
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
reduced some usleep values to slightly improve performance
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
...
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
Added directory listing , and a small script based pentesting netcat suite
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
Slash shortener works ( i think :P )
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
among other things adding a slash reducer that is very much needed for correct cache behaviour!
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
set a smaller limit for file memory allocation..!
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
some more security provisions..
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
fixed an overflow opening :P
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
overflowing requests are now considered bad requests :P
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
some classic buffer overflow fixes :P , +1 size for null termination ..
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
adding logging capabilities , but it seems I must parse the incoming header in detail to log the requests correctly :P
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
Added proper cache desturction for dynamic content cache entries
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
better cache usage by quering the cache as step 0 when searching for a resource
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
added web root path in caching..
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
Dynamic content is working!
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
slowly preparing to add Direct Resource handling for virtual resources , in short this will make custom executables have a very easy and extensible http interface output
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
added some forgotten things in file_caching.c :P
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago
caching appears to be working..! it is set to off by default , I will now run some benchmarks to see improvements and post them on my blog :P
AmmarkoV
as Ammar Qammaz
More... almost 12 years ago