home *** CD-ROM | disk | FTP | other *** search
-
- RCS file: RCS/httpproxy.c,v
- Working file: httpproxy.c
- head: 0.12
- branch:
- locks: strict
- mshopf: 0.12
- access list:
- symbolic names:
- comment leader: " * "
- keyword substitution: kv
- total revisions: 12; selected revisions: 12
- description:
- a small little http proxy or proxyproxy.
- ----------------------------
- revision 0.12 locked by: mshopf;
- date: 1996/02/12 19:23:36; author: mshopf; state: Exp; lines: +315 -98
- assert() to logfile and debugfile and stderr.
- MaxRequests now variable.
- ReadCacheList()/SaveCacheList().
- lots of bug fixes and cosmetic changes.
- ----------------------------
- revision 0.11
- date: 1996/01/15 22:27:58; author: mshopf; state: Exp; lines: +393 -233
- fixed AmiTCP4.0 broken time() / stat() times (fix by Fionn Behrens).
- another couple of bug fixes.
- added dynamic cache table allocation.
- error replies still getting better.
- removed host realname lookup.
- ----------------------------
- revision 0.10
- date: 1996/01/09 17:20:35; author: mshopf; state: Exp; lines: +229 -125
- Three major and some other minor bug fixes.
- Added UrlBuffer for POST method and non-proxyproxy support.
- More and more comformant error messages.
- basic POST support (only proxying, no caching, no queuing).
- Sending data even when request is not completed yet.
- Recreating URL even from nonconformant requests.
- Long requests supported now.
- Some cosmetic changes.
- ----------------------------
- revision 0.9
- date: 1995/12/06 19:53:55; author: mshopf; state: Exp; lines: +120 -146
- added fixes for unix machines and AmiTCP4.0 compilation.
- some bug fixes.
- more html conform now.
- lots of printf type fixes.
- ----------------------------
- revision 0.8
- date: 1995/12/03 14:20:23; author: mshopf; state: Exp; lines: +37 -25
- Made auto requests and proxy messages more http conform.
- ----------------------------
- revision 0.7
- date: 1995/11/19 17:57:50; author: mshopf; state: Exp; lines: +40 -20
- added revbump compatible version string.
- fixed ftp offline proxyproxy std port bug.
- ----------------------------
- revision 0.6
- date: 1995/11/04 11:26:13; author: mshopf; state: Exp; lines: +67 -12
- better shutdown (requeueing of current transmissions). small bug fixes.
- ----------------------------
- revision 0.5
- date: 1995/11/02 18:26:13; author: mshopf; state: Exp; lines: +792 -222
- queueing system implemented.
- ----------------------------
- revision 0.4
- date: 1995/10/21 21:28:37; author: mshopf; state: Exp; lines: +23 -16
- small bug fix.
- ----------------------------
- revision 0.3
- date: 1995/10/17 19:23:09; author: mshopf; state: Exp; lines: +134 -70
- cleaned up messy logging system.
- new option 'log'.
- ----------------------------
- revision 0.2
- date: 1995/10/13 18:09:17; author: mshopf; state: Exp; lines: +575 -70
- everything works so far, exceptions are noted in the header.
- :-)
- ----------------------------
- revision 0.1
- date: 1995/10/13 10:44:27; author: mshopf; state: Exp;
- no caching at all right now, but it works fine as a proxyproxy.
- =============================================================================
-