2003-01-07 |
Stefano Zacchiroli | debian release 0.3.0-10 |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - use version deps and build-deps |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - added some TODO comments |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - better test for content-length header existence ... |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - case insensitive handling of header names |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - catch Not_found exception while regexping headers |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - added a TODO comment |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - added Quit exception to force main daemon to quit |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - hand made 'wget' function instead of Http_client... |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - dump also request's body, useful to debug POST requests |
tree | commitdiff |
2003-01-05 |
Stefano Zacchiroli | - added *.o *.a *.deb |
tree | commitdiff |
2002-12-25 |
Stefano Zacchiroli | - bugfix: installs also cmi for modules which doesn... |
tree | commitdiff |
2002-12-25 |
Stefano Zacchiroli | - set ocamldoc to look in netstring directory so that... |
tree | commitdiff |
2002-12-25 |
Stefano Zacchiroli | mentioned POST changes |
tree | commitdiff |
2002-12-25 |
Stefano Zacchiroli | - merged "post" branch |
tree | commitdiff |
2002-12-25 |
Stefano Zacchiroli | libdir transition to /usr/lib/ocaml/<version> |
tree | commitdiff |
2002-12-25 |
Stefano Zacchiroli | when making 'dist' remove old spurious dist directories |
tree | commitdiff |
2002-12-24 |
Stefano Zacchiroli | better use of variables to install/uninstall stuff |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | rebuilt |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | prefix error messages with "[OCaml HTTP]" |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | mention IP address info in request class |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | added support for IP address info retrieval for OO... |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | - added methods to retrieve client IP address related... |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | - added explode_sockaddr, inverse function of build_soc... |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | added client_address example which show the ability... |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | added example data files to EXTRA_DIST |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | ignore Makefile, Makefile.in |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | added 'deb' target |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | added detection of all ocaml related tools and directories |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | ignore all auomake's trash |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | added missing BUGS file |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | - debian version 0.0.3-2 |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | ignore Makefile, Makefile.in, .deps |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | bugfix: removed EXTRA_DIST useless line |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | ignore Makefile, Makefile.in |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | added Makefile Makefile.in and .deps |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | remove automake generated stuff |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | added automake generated stuff |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | removed old home-made Makefile |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | ignore Makefile and Makefile.in |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | filled SUBDIR var |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | added Makefile.in and .deps |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | rebuilt |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | changed archives to mlgdome2-xslt |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | switched to automake based build process |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | - switched to automake based built |
tree | commitdiff |
2002-12-09 |
Stefano Zacchiroli | removed hand-made Makefile |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | some done, some new todo! |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | added entry about oo interfaces |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | rebuilt |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | - added *.mli |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | - added OO example |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | - added exceptions Invalid_header_{name,value} |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | - added safe_parse_request{,'} which wrap parse_request... |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | implemented and exported heal_header_name and heal_head... |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | - added 'constructor' for response class |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | minor indentation change |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | - split init_socket_and_callback in two functions |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | added 'build_sockaddr' |
tree | commitdiff |
2002-12-06 |
Stefano Zacchiroli | removed now useless (due to automake) Makefile |
tree | commitdiff |
2002-12-05 |
Luca Padovani | * ignore things |
tree | commitdiff |
2002-12-05 |
Luca Padovani | * empty automake Makefile for ocaml stuff |
tree | commitdiff |
2002-12-05 |
Luca Padovani | * required for compilation of test |
tree | commitdiff |
2002-12-05 |
Luca Padovani | * patches for ocaml compilation |
tree | commitdiff |
2002-12-04 |
Luca Padovani | * missed some files |
tree | commitdiff |
2002-12-04 |
Luca Padovani | * added C++ binding |
tree | commitdiff |
2002-12-04 |
Stefano Zacchiroli | recomputed |
tree | commitdiff |
2002-12-04 |
Stefano Zacchiroli | - bugfix: removed Http_types -> Http_types dep |
tree | commitdiff |
2002-12-04 |
Stefano Zacchiroli | - use Pcre to perform sanity checks |
tree | commitdiff |
2002-12-04 |
Stefano Zacchiroli | - first entry for 0.0.7 |
tree | commitdiff |
2002-12-04 |
Stefano Zacchiroli | - added deb target |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | - added sanity checks entry |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | *** empty log message *** |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | - added two TODO comment |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | - moved exceptions here |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | - moved exceptions in http_types |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | - moved exceptions in http_types |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | - implemented heal_header that sanity checks an header |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | - added sanity test on headers while using send_header{,s} |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | - added string_{em,im}plode |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | - moved exceptions in http_types |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | added cvsignores |
tree | commitdiff |
2002-12-03 |
Stefano Zacchiroli | added Http_constants module |
tree | commitdiff |
2002-12-02 |
Stefano Zacchiroli | bugfix: install also _mt objects |
tree | commitdiff |
2002-12-01 |
Stefano Zacchiroli | - added damned_recursion example |
tree | commitdiff |
2002-12-01 |
Stefano Zacchiroli | - removed some ':'s |
tree | commitdiff |
2002-12-01 |
Stefano Zacchiroli | - added mt and non_mt dirs to dist stuff |
tree | commitdiff |
2002-12-01 |
Stefano Zacchiroli | - split threaded and non threaded implementations |
tree | commitdiff |
2002-12-01 |
Stefano Zacchiroli | - split threaded and non threaded implementations |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | added 0.0.2 entry |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | use saveResultToChannel instead of gdome serialization... |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | implemented saveResultToChannel |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | bumped micro version to 2 |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | - slices of io.h from ocaml source tree to retrieve... |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | - use saveResultTo* functions instead of gdome serializ... |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | - added saveResultTo{Filename,File,Fd} |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | added -Wall flag to gcc invocation |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | bumped version 0.0.2 |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | added LICENSE files (LICENSE-INRIA if for ocaml-io.h) |
tree | commitdiff |
2002-11-29 |
Stefano Zacchiroli | - added versioned deps and build deps |
tree | commitdiff |
next |