lp:ltapache

Created by Michael Owens and last modified
Get this branch:
bzr branch lp:ltapache
Only Michael Owens can upload to this branch. If you are Michael Owens please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Owens
Project:
Linterra Apache Library
Status:
Development

Recent revisions

19. By Michael Owens

Fixed bug with detecting url-encoded form data using Content-Type header. Old
code looked for exact string "application/x-www-form-urlencoded". This broke
with an AJAX Autocomplete example which was sending:

  application/x-www-form-urlencoded; charset=utf-8

Changed code to do a partial string match using buffer::find() for detection
instead.

18. By Michael Owens

Fixed compile error: request.cpp:171.

17. By Michael Owens

request.cpp: check for emptry _req->args in Request::queries().

15. By Michael Owens

Added libapache.a to dev package.

14. By Michael Owens

Last commit was still broken. This one works.

13. By Michael Owens

More cleanup in Request ctor/dtor. Last commit was braindead. This works.

12. By Michael Owens

Fixed bug in Request constructor -- does not properly set prev and next
requests.

Cleaned up Request destructor.

11. By Michael Owens <owensmk@owensmk>

Added httpd_test.h to dev package headers.

10. By Michael Owens <owensmk@owensmk>

Bigfix: includes directory was wrong (was /usr/include/linterra/std).

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers