index
:
csoap
master
A portable and simple client/server C API for SOAP
ms,nb
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nanohttp
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-21
Added a hrequest_t parameter to authentication function
m0gg
2
-4
/
+4
2006-04-17
updated to match heiko's prefered function names
mrcsys
2
-9
/
+9
2006-04-14
renamed function at heiko's request
mrcsys
2
-4
/
+4
2006-04-13
SSL code updated to aways have a user verify function.
mrcsys
2
-12
/
+13
2006-04-13
log debug -> verbose change
m0gg
1
-2
/
+2
2006-03-28
put done=1 if service not found
snowdrop
1
-1
/
+2
2006-03-27
hssl_enabled added; code cleanup
m0gg
2
-71
/
+69
2006-03-23
Typo: httpd_register_default_secure
m0gg
1
-2
/
+2
2006-03-23
log_debug -> log_verbose
m0gg
1
-2
/
+2
2006-03-23
httpd_get_protocol function added
m0gg
2
-2
/
+9
2006-03-16
log_warn -> log_warn[123] replaced
m0gg
1
-4
/
+4
2006-03-15
Build in seperate directory
m0gg
1
-0
/
+1
2006-03-07
Removed C++ style comments
m0gg
6
-58
/
+19
2006-03-07
File header changed
m0gg
2
-47
/
+46
2006-03-06
Various changes see ChangeLog
m0gg
17
-1009
/
+815
2006-03-06
Removed unused readme.txt
m0gg
1
-2
/
+0
2006-03-06
Buildsystem cleanup
m0gg
2
-60
/
+11
2006-02-27
- removes a memleak in examples/csoap/simpleserver.c say_hello
snowdrop
17
-259
/
+336
2006-02-27
Added c++ macro
snowdrop
8
-9
/
+68
2006-02-27
added #ifdef __cplusplus {
snowdrop
1
-1
/
+8
2006-02-25
patches by Heiko. See mailinglist (archive 25.02.06)
snowdrop
1
-72
/
+84
2006-02-22
Fixed a small bug in reading (or not) a calist
mrcsys
1
-1
/
+1
2006-02-21
SSL socket read stuff and a whole section that could never get called.
mrcsys
3
-30
/
+21
2006-02-21
fixed a win32 compat issue
mrcsys
2
-3
/
+17
2006-02-21
Removed some log messages
mrcsys
1
-3
/
+3
2006-02-19
initial import
snowdrop
2
-0
/
+182
2006-02-18
added basic authentication and SOAP-Header capabilities for request objects
snowdrop
14
-692
/
+515
2006-02-09
A few more error conditions need to be checked for in a socket read under SSL
mrcsys
1
-2
/
+6
2006-02-09
pthread header not needed in win32 and may cause errors.
mrcsys
1
-1
/
+3
2006-02-08
the attached patches address the following issues:
snowdrop
7
-26
/
+108
2006-02-04
Added include file netinet/in.h to be able to compile under FreeBSD
snowdrop
1
-1
/
+5
2006-01-31
Odd state that would cause a bad loop
mrcsys
1
-2
/
+8
2006-01-25
Some WIN32 libraries do not allow %T in strftime. WIN32 stinks.
mrcsys
2
-4
/
+4
2006-01-19
Minor win32 fixes.
mrcsys
3
-5
/
+7
2006-01-18
Tweaking to integrate.
mrcsys
3
-12
/
+30
2006-01-18
Added start_ssl function to initialize library.
mrcsys
4
-11
/
+24
2006-01-11
intergrating ssl. Removing global variables SSL* like SSLctx and HSOCKET_SSL_...
snowdrop
8
-61
/
+125
2006-01-11
changed default temination signal to SIGINT
before_ssl_api_intro
snowdrop
1
-2
/
+2
2006-01-10
A bad SSL init would cause a crash here due to an odd return
mrcsys
1
-5
/
+3
2006-01-10
A bad SSL init would cause a connection to hang.
mrcsys
1
-98
/
+98
2006-01-10
If the service function issued a connection close, in a 1.1 connection it was...
mrcsys
1
-243
/
+257
2006-01-10
indent with 'indent -nut -bli0 -fca -npcs' command
snowdrop
18
-1316
/
+1296
2006-01-10
indent with 'indent -nut -bli0 -fca' command
snowdrop
18
-2486
/
+2725
2006-01-06
changed email adres in header comment
snowdrop
1
-2
/
+2
2006-01-06
added warnings to ssl parameters if compiled without --with-ssl
snowdrop
1
-1
/
+19
2006-01-06
wrapped call to verify_user() by ifdef ifdef
snowdrop
1
-0
/
+4
2006-01-06
bugfix: changed nanohttp-ssl.c to nanohttp-ssl.h in h_sources
snowdrop
1
-2
/
+5
2006-01-06
Updated to take the HAVE_SSL define and act accordingly
mrcsys
4
-5
/
+37
2006-01-06
added #ifdef HAVE_SSL check
snowdrop
4
-5
/
+27
2006-01-03
In WIN32, we must set the socket to block before SSL accept.
mrcsys
1
-0
/
+5
[prev]
[next]