forked from etr/libhttpserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
194 lines (139 loc) · 6.51 KB
/
ChangeLog
File metadata and controls
194 lines (139 loc) · 6.51 KB
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
Wed Oct 31 17:59:40 2012 +0100
Added parameter in http_response to specify if it needs to be deleted by
WS - Sebastiano Merlino
Wed Oct 31 14:23:57 2012 +0100
Changed dependency download method - Sebastiano Merlino
Wed Oct 31 14:13:49 2012 +0100
Added dependency to travis - Sebastiano Merlino
Wed Oct 31 14:07:30 2012 +0100
Changed travis build path - Sebastiano Merlino
Wed Oct 31 14:02:59 2012 +0100
Added travis conf to repo - Sebastiano Merlino
Tue Oct 30 16:13:10 2012 +0100
Changed the buggy debian changelog - Sebastiano Merlino
Tue Oct 30 16:06:26 2012 +0100
Changed version to v0.5.4 - Sebastiano Merlino
Tue Oct 30 15:59:45 2012 +0100
Adjusted debian build rules - Sebastiano Merlino
Tue Oct 30 12:52:04 2012 +0100
Changed version to 0.5.3
Added grow method to http_request - Sebastiano Merlino
Tue Oct 23 12:46:48 2012 +0200
Changed version from 0.5.1 to 0.5.2 - Sebastiano Merlino
Tue Oct 23 12:46:07 2012 +0200
Changed default log behaviour to print nothing
Added getters and setters for dynamic components of WS - Sebastiano Merlino
Mon Oct 22 12:13:11 2012 +0200
Modified version number and changelog in order to prepare tag - Sebastiano Merlino
Fri Oct 19 17:11:21 2012 +0200
Added response constructor with byte - Sebastiano Merlino
Mon Oct 15 11:16:22 2012 +0200
Removed unuseful dependency from libuuid - Sebastiano Merlino
Fri Oct 12 15:42:21 2012 +0200
Solved a bug that made impossible to parse post data - Sebastiano Merlino
Wed Oct 10 17:19:25 2012 +0200
Moved to version 0.5.1 - Sebastiano Merlino
Wed Oct 10 17:16:26 2012 +0200
Added querystring to request attributes - Sebastiano Merlino
Fri Oct 5 18:00:38 2012 +0200
Merge branch 'master' of https://github.com/etr/libhttpserver
Conflicts:
src/webserver.cpp - Sebastiano Merlino
Fri Oct 5 17:55:42 2012 +0200
Added -D_REENTRANT to configuration.
Aligned debian changelog.
Added comet capabilities to the server. - Sebastiano Merlino
Tue Sep 25 00:50:45 2012 +0200
Solved a bug with print in debug mode - Sebastiano Merlino
Mon Sep 24 15:29:28 2012 +0200
Modified webserver in order to accept comet calls
Added ignored patters in gitignore - Sebastiano Merlino
Sun Sep 23 19:10:28 2012 +0200
Partially solved undefined symbol in wrappers - Sebastiano Merlino
Sun Sep 23 19:09:54 2012 +0200
Avoided the usage of the sole option MHD_USE_POLL - Sebastiano Merlino
Thu Sep 20 08:47:24 2012 +0200
Added forgotten modded_request.hpp file - Sebastiano Merlino
Thu Sep 20 08:46:33 2012 +0200
Added .gitignore file - Sebastiano Merlino
Sat Sep 15 13:02:52 2012 +0200
Moved http_endpoint to details namespace - Sebastiano Merlino
Sat Sep 15 02:39:47 2012 -0700
Merge pull request #35 from etr/cflags_for_swig_in_pcfile
add -I${includedir}/httpserver to CFLAGS - Sebastiano Merlino
Tue Aug 28 16:33:45 2012 +0200
add -I${includedir}/httpserver to CFLAGS
This make swig file generation easier because HTTPSERVER_CFLAGS can be
directly used in swig file generation.
This fix affect only clients that use swing on their code. - Dario Mazza
Sun Aug 26 19:03:44 2012 +0200
Changed version.
Aligned version and dependencies in pc and debian files
Updated debian changelog. - Sebastiano Merlino
Sun Aug 26 18:55:05 2012 +0200
Changed visibility of http_endpoint methods to avoid them to be called
by external applications.
Avoided explicit usage of MHD constants in classes interface.
Changed http_resource interface in order to avoid copy-constructor calls
and improve performances.
Changed answer_to_connection method in order to avoid multiple checking
on methods and thus improve performances.
Added a way to register personalized error pages. - Sebastiano Merlino
Wed Aug 8 17:33:39 2012 +0200
Removed code repetition in handle_request method - Sebastiano Merlino
Wed Aug 8 12:31:44 2012 +0200
Added capability to compile with gcov
Changed infinite loop in ws to use wait conditions
Removed a bug from GET-like method handling - Sebastiano Merlino
Sun Aug 5 18:26:25 2012 +0200
Modified in order to parse qs in POST/PUT cases - Sebastiano Merlino
Fri Aug 3 23:36:14 2012 +0200
Avoid inclusion of internal headers - Sebastiano Merlino
Thu Aug 2 00:43:02 2012 +0200
Changed in order to find libmicrohttpd in system - Sebastiano Merlino
Thu Jul 26 14:08:47 2012 +0200
Solved some performance and style issues - Sebastiano Merlino
Wed Jul 25 18:42:48 2012 +0200
Merge branch 'master' of github.com:etr/libhttpserver - Sebastiano Merlino
Wed Jul 25 18:41:45 2012 +0200
Added some comments to http_endpoint and http_request - Sebastiano Merlino
Wed Jul 25 08:58:04 2012 -0700
Merge pull request #29 from etr/libtool_version_number
using m4 to define major,minor and revision number in configure.ac - Sebastiano Merlino
Wed Jul 25 17:50:05 2012 +0200
using m4 to define major,minor and revision number in configure.ac and send version number to libtool and AC_INIT - Dario Mazza
Wed Jul 25 17:10:49 2012 +0200
Changed in order to solve some problems with deb package and rpm package - Sebastiano Merlino
Tue Jul 24 16:55:51 2012 -0700
Merge pull request #28 from etr/debpkg_patch_deps
added parameter used to ignore dependecies during debpkg creation - Sebastiano Merlino
Wed Jul 25 01:51:52 2012 +0200
added parameter used to ignore dependecies during debpkg creation - Dario Mazza
Wed Jul 25 00:42:25 2012 +0200
Adjusted errors in debian rules - Sebastiano Merlino
Tue Jul 24 16:37:07 2012 +0200
Modified rpm build in order to compile it
Lowered required version of libmicrohttpd to 0.9.7 - Sebastiano Merlino
Tue Jul 24 13:28:38 2012 +0200
Changed also build default directory for debs - Sebastiano Merlino
Tue Jul 24 13:22:59 2012 +0200
Changed rules.in in order to avoid relative paths in deb compile - Sebastiano Merlino
Mon Jul 23 15:42:33 2012 +0200
Solved a logical error in http_resource route
Added some debug prints - Sebastiano Merlino
Sun Jul 22 00:24:04 2012 +0200
Changed in order to add optional optimizations on ws - Sebastiano Merlino
Sat Jul 21 17:46:03 2012 +0200
Changed in order to enhance deb packages generation
Added rpm packages generation - Sebastiano Merlino
Sat Jul 21 00:43:39 2012 +0200
adjusted error in changelog - Sebastiano Merlino
Sat Jul 21 00:41:43 2012 +0200
Changed in order to include debian package creation to makefile - Sebastiano Merlino
Fri Jul 20 12:11:30 2012 -0700
Merge pull request #26 from etr/debpackage
project debianized - Sebastiano Merlino
Fri Jul 20 21:03:43 2012 +0200
Merge branch 'master' of github.com:etr/libhttpserver - Sebastiano Merlino
Fri Jul 20 21:03:24 2012 +0200
Changed version - Sebastiano Merlino