2
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 24 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Give libapreq_cgi the ability to read POST data from stdin. More... almost 22 years ago
Update filter to reflect changes in core. Also make better use of AP_SPECUALTIVE_MODE, and be more careful about where the filter is located. More... almost 22 years ago
s/apreq_table/apr_table/g, phase 2: update library tests to reflect changes in core More... almost 22 years ago
s/apreq_tables/apr_tables/g, phase 1: Update core to only use apr_tables, but (for now) still build apreq_tables into libapreq.so More... almost 22 years ago
Add --with-perl configure option. More... almost 22 years ago
Add Apache::Test script to configure env/ tests. More... almost 22 years ago
moving c-module tests out of glue/perl and into env/. More... almost 22 years ago
conform to standard Perl coding style. More... almost 22 years ago
Let caller pass apr_hook_t to apreq_parser (instead of a raw hook function.). Use platform int for table checksum instead of an APR type. Fix pointer bug in apr_toupper call in libapreq_cgi.c. More... almost 22 years ago
STATUS update. More... almost 22 years ago
Major improvements to the apreq_parser API and mod_apreq filter. More... almost 22 years ago
add development framework for building on Win32. More... almost 22 years ago
For Win32, More... almost 22 years ago
Simplify table API a bit & add performance tests. More... almost 22 years ago
Drop <assert.h> from apreq_tables.c More... almost 22 years ago
Added info for making website updates. More... almost 22 years ago
Fix segfaults in balanced-tree deletes (x == -1 case). More... almost 22 years ago
Sync apreq_table_do() implementation to use new innards. More... almost 22 years ago
Speed hacks: apreq_table lookups are now faster than apr_table. More... almost 22 years ago
Adopt Weiss' single-pass insertion for red-black trees. Included some reference urls in the source. More... almost 22 years ago
Cleanup Red-Black tree deletion code. More... almost 22 years ago
Update keys/values table API. More... almost 22 years ago
Add glue/perl/README More... almost 22 years ago
Added Apache::Test tests to glue/perl. More... almost 22 years ago
Improve mfd parser test. More... almost 22 years ago
Added parser.c tests; fixed some segfaults in the parsers. More... almost 22 years ago
Use APR's Boyer-Moore-Horspool algorithm (from apr_strmatch.h) in mfd parser to search for boundary strings. More... almost 22 years ago
Fix typo in %uXXXX parser. More... almost 22 years ago
Let args parser tolerate missing '='-signs. More... almost 22 years ago
Remove unnecessary #include from apreq_env.h More... almost 22 years ago