2
0
Fork 0
Commit Graph

16 Commits

Author SHA1 Message Date
Thomas Porzelt 99b28acc1e [mod_rewrite] Undo last change 2009-09-28 19:06:31 +02:00
Thomas Porzelt 2799a9ab3e [mod_rewrite] Change physical path too 2009-09-28 13:19:02 +02:00
Stefan Bühler 77f2a832e7 Fix liRequestUri struct 2009-09-13 17:45:41 +02:00
Stefan Bühler f030824550 Fix server address (do not use the listen address) 2009-09-09 18:12:05 +02:00
Stefan Bühler eeddb37e4a Add plugin angel callbacks 2009-08-30 19:25:01 +02:00
Thomas Porzelt 6cb5af487f [core] Add li-prefix to structs, enums and function names for encoding helpers 2009-08-03 20:33:17 +02:00
Thomas Porzelt c83817721c [mod_rewrite] Fix broken %{request.scheme} 2009-07-26 18:15:45 +02:00
Thomas Porzelt 048c66938c [mod_rewrite] Implement rewrite action without regex 2009-07-23 12:27:56 +02:00
Stefan Bühler a061745193 Fix bugs found with the static clang analyzer (http://clang-analyzer.llvm.org/) 2009-07-16 22:13:40 +02:00
Thomas Porzelt a3a1e2172e [mod_rewrite] Fix tiny memleak (GError not freed when regex compilation fails) 2009-07-16 18:46:07 +02:00
Thomas Porzelt 952a28d176 Fix a null-pointer dereference and some other small things reported by clang analyzer 2009-07-16 12:57:11 +02:00
Stefan Bühler 282a2d1b4a Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
Stefan Bühler 99b203e3d8 Prefix typenames, enums and some macros with "li" and "LI_"; CamelCase TypeNames 2009-07-08 21:06:07 +02:00
Thomas Porzelt c49219699e [modules] Remove unneeded inclusion of stdio.h 2009-07-04 21:56:32 +02:00
Stefan Bühler c2ce9c4f53 Fix encoding functions (use _append for the append version); do not encode characters >= 0x80 for html. 2009-06-08 12:43:33 +02:00
Thomas Porzelt 426ee0bff0 [modules] Add mod_rewrite 2009-06-05 19:29:28 +02:00