0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 16 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Shifted the message "The file to open: " to debug (was 'info' priority). More... over 14 years ago
Do not start sessions if EHTMLSessions is off. More... almost 15 years ago
Bugfix: Set-Cookie header may happend multiple times in the response. More... about 15 years ago
Remove bogus g++ warning (g++ bug?). More... about 15 years ago
Fixed memleak. More... over 15 years ago
* Added a comment on the Cookie argument format. * Fixed support for variables spanning more than one buffer ending. More... over 15 years ago
Handle null'ed buffers. More... over 15 years ago
using apxs -a seems to be somewhat broken under apache 2.2 (debian). More... over 15 years ago
Using RTLD_LAZY is not *that* wise. Expierence shows that it is better to get 'Undefined symbols' errors at startup, rather at each request. More... over 15 years ago
Optimization: saveProfile() is now a little gentler. More... over 16 years ago
Fixed FreeBSD portability issues. * Added missing headers. More... about 17 years ago
Fixed FreeBSD portability issues: * Added a check for '-ldl'. * Added missing -l$(EHTML_LIB_DIR) (linking fails under FreeBSD). More... about 17 years ago
Second attempt to fix time_t printf tag. Under FreeBSD is defined as a long int, and under Linux is defined as a int32_t. More... about 17 years ago
Fixed printf-format spec ('size_t' is not %lu, but %u). More... about 17 years ago
* Added missing headers (sys/types.h & sys/stat.h). * Fixed printf-format spec for time_t vars. More... about 17 years ago
Fixed format (remove a compilation wraning under FreeBSD). More... about 17 years ago
Added required include (by FreeBSD) <sys/types.h>, and removed unneded <netinet/in.h> (in FreeBSD this actualy caused a problem). More... about 17 years ago
Added missing includes (required by FreeBSD, but not by Linux). More... about 17 years ago
More FreeBSD friendly. More... about 17 years ago
Made it more FreeBSD friendly. More... about 17 years ago
Implemented a profiling information persistent storage. ehmlt_prof_util merges profiling information and generates profiling reports (plain old text so far). More... about 17 years ago
My previous commit introduced a bug: when Content-Type is multipart/form-data (aka file upload), the content was not processed at all (due to an unitialized 'state' variable). More... about 17 years ago
Fixed large POSTs processing. ap_get_client_block() must be called more than once. More... about 17 years ago
Wrote void show_profile_function(ProfileFunction*): writes the function name being profiled to stderr. More... about 17 years ago
Documented profile_stubs. More... about 17 years ago
* Fix a possible infinite loop. More... over 17 years ago
* Add an error ostream. More... over 17 years ago
Indentation changes. More... over 17 years ago
Added file upload support. More... over 17 years ago
* apr_table_entry_t value member is 'val', not 'value'. More... over 17 years ago