-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
140 lines (87 loc) · 3.72 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
2003-06-20 22:13 tellini
* src/mod_pop3/: client.cpp, mod_pop3.cpp: Implemented the explicit
proxy part
2003-06-01 12:37 tellini
* ChangeLog: Release 1.3
2003-06-01 12:02 tellini
* src/mod_http/: http.cpp, http.h, mod_http.cpp, mod_http.h:
Implemented the CONNECT method (aka SSL proxying)
2003-06-01 12:01 tellini
* src/mod_http/: url.cpp, url.h: Fixed parsing when no schema is
specified.
2003-05-24 14:47 tellini
* docs/Features.txt: Added note about mod_pop3
2003-05-24 14:44 tellini
* Makefile.am: Added docs dir to the distribution
2003-05-24 14:42 tellini
* docs/mod_pop3.txt: Added mod_pop3 docs
2003-05-24 14:28 tellini
* src/Makefile.am, src/mod_pop3/.cvsignore,
src/mod_pop3/Makefile.am, src/mod_pop3/client.cpp,
src/mod_pop3/client.h, src/mod_pop3/mod_pop3.cpp,
src/mod_pop3/mod_pop3.h, src/mod_pop3/procpool.cpp,
src/mod_pop3/procpool.h, src/prometeo/core.cpp, configure.in: Added
POP3 module
2003-05-23 20:10 tellini
* src/libprom/tcpsocket.cpp: Added lacking ntohs()'s in
GetOriginalDest()
2003-05-09 20:48 tellini
* Makefile.am, configure.in, prometeo.xml, prometeo.xml.sample,
config/config.guess, config/config.sub, config/install-sh,
config/ltmain.sh, config/mkinstalldirs: Matched installation of
prometeo.xml.sample with the README
2003-05-08 16:50 tellini
* src/mod_http/: http.cpp, mod_http.cpp, url.cpp: Fixed parsing of
the Host header, causing all requests not directed towards port 80
to fail.
2003-04-11 14:30 tellini
* ChangeLog: Release 1.2
2003-04-11 14:25 tellini
* ChangeLog, configure.in: Updated copyright year
2003-04-11 14:23 tellini
* src/prometeo/main.cpp: Added general catch()
2003-04-06 12:57 tellini
* src/mod_http/: Makefile.am, http.cpp, http.h, mod_http.cpp,
mod_http.h, popupblocker.cpp, popupblocker.h, resizeblocker.cpp,
resizeblocker.h, streamfilter.cpp, streamfilter.h: Added popup &
browser resize blocking - it can't catch all these events, though
they are limited. It may have some other unwanted side effects on
some pages, as it works by search & replace on the text of the
document.
2003-03-25 14:27 tellini
* src/mod_http/: http.cpp, http.h, mod_http.cpp, mod_http.h: -
Cache objects won't ever be used to satify requests with
"Cache-Control: no-cache" set (before it would send a conditional
request to the origin server, now it just asks for the object).
- Bumped the version reported by the module.
2003-03-19 21:36 tellini
* src/libprom/socket.cpp: The callback is invoked with
PROM_SOCK_ERROR if SetNonBlocking() fails
2003-03-01 21:22 tellini
* configure.in: Revision bump
2003-03-01 20:55 tellini
* src/prometeo/core.cpp: Added default case to SigDie()
2003-03-01 20:45 tellini
* src/mod_http/mod_http.cpp: Fixed a possible crash when the client
disconnects from the cache before a connection with the origin
server was established, when using PUT or POST methods.
2003-02-16 21:31 tellini
* src/: include/file.h, prometeo/file.cpp: made some changes to
make it usable in a better way with pipes
* src/: include/core.h, prometeo/core.cpp: added a pipe to catch &
log stderr output
2003-02-14 17:10 tellini
* ChangeLog, configure.in: Release 1.1
2003-02-14 16:50 tellini
* src/mod_http/gzipcodec.cpp: Removed zutil.h
2003-02-13 12:11 tellini
* mod_http/: http.cpp, mod_http.cpp: Fixed crash when compiled
without zlib and compression was enabled
2003-02-11 20:04 tellini
* prometeo/core.cpp: Added SIGBUS handling
2003-02-07 15:10 tellini
* include/fd.h, include/file.h, include/process.h,
include/regkey.h, include/regnode.h, include/regstring.h,
include/socket.h, include/sslsocket.h, include/unixsocket.h,
mod_ftp/client.h, mod_ssl/client.h: Added virtual keyword to some
destructors which may need it