Pazpar2 compiles on Windows. But does not yet work
[pazpar2-moved-to-github.git] / src / http.c
2008-04-20 unknownPazpar2 compiles on Windows. But does not yet work
2008-04-14 Adam Dickmeissautoheader generates config.h instead of cconfig.h.
2008-04-14 Adam DickmeissRenamed config.[ch] to pazpar2_config.[ch].
2008-04-14 Adam DickmeissRemoved the GAGA code sections.
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2007-10-08 Adam DickmeissAdded support for retrieval of records in binary.
2007-10-02 Adam DickmeissUse queue for raw show; to solve Bug #1644.
2007-09-26 Adam DickmeissSlightly better diagnostics for HTTP parse errors
2007-09-26 Adam DickmeissFixed bug #1659: Honor LF in HTTP headers.
2007-09-23 Adam DickmeissPazpar2 honors POST requests and proxy's them too if...
2007-09-19 Adam DickmeissRemoved log statement with undefined behavior PAZPAR2.1.0.3
2007-07-03 Adam DickmeissBe more informative if HTTP parsing fails
2007-06-26 Adam DickmeissURL decode variable names. Not just values. If not...
2007-06-15 Adam DickmeissWork on bug #1192: block=1, session_watch problems...
2007-06-04 Adam DickmeissRemoved payload log msg for well-formed payload
2007-06-04 Adam DickmeissWork on bug #1162.. PP2 right now always dump the paylo...
2007-05-15 Adam DickmeissExit when address is already in use (HTTP binding).
2007-04-23 Marc Crommeuupps - removed an exit() too fast without thought...
2007-04-23 Marc Crommeremoved some of the most obvious exit() statements...
2007-04-19 Adam DickmeissRefactor access to global variable channel_list. There...
2007-04-16 Adam Dickmeissmain() in pazpar2.c . Rest of high-level logic moved...
2007-04-15 Sebastian HammerModified http_create. Used a per-request nmem structure...
2007-04-11 Marc Crommeremoved unused code in comments
2007-04-11 Marc Crommeremoved unused code
2007-04-10 Adam DickmeissGPLv2. Added appendix with full license. Added refernec...
2007-04-08 Adam DickmeissMoved HTTP channel address from struct iochan to struct...
2007-04-02 Marc CrommeRemoved assignment of global_parameters.server->host...
2007-03-31 Marc Crommeadjusting HTTP headers to be conformant with Upper...
2007-03-31 Marc Crommealigning log messages for nice look-and-feel
2007-03-31 Marc Crommeremoved warnings coming from missing casts (const char...
2007-03-30 Sebastian HammerFunctional settings system. At this point, they control...
2007-03-29 Sebastian Hammerifdeffed-out the Location-header rewrite in proxy_io...
2007-03-29 Marc CrommeChanged the way the forwarded HTTP headers are computed...
2007-03-28 Marc Crommegetting the paraz2 server host and port info from the...
2007-03-27 Marc Crommeadded HTTP headers "pazpar2-version", "pazpar2-server...
2007-03-15 Sebastian HammerThis update completes the factoring out of database...
2007-02-05 Sebastian HammerFixed some pointer errors
2007-02-05 Sebastian HammerBug 769. Rewriting Location headers in proxy responses
2007-01-10 Adam DickmeissInclude netinet/in.h for IP resolve types. Makes pazpar...
2007-01-10 Adam DickmeissUse memset rather than bzero (obsolete, and sometimes...
2007-01-10 Adam DickmeissAvoid declarations after statements
2007-01-08 Adam DickmeissAutomaked pazpar2. Bug #799. Preprocessor defines are...
2007-01-06 Sebastian HammerRemoved command.c (telnet-style interface)
2006-12-21 Sebastian HammerDiagnotic tuning
2006-12-21 Sebastian HammerMore detailed logging of HTTP requests
2006-12-20 Adam DickmeissFixed problem with detection of end-of-stream for HTTP...
2006-12-20 Sebastian HammerReorganized source tree