more checks for zlib
4 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
added a function to control the lowat size (the RCVLOWAT in socket)
17 lines of code changed in:
removed file
1 lines of code changed in:
added some support for non blocking IO and socket flags. Some function
names have been changed.
138 lines of code changed in:
qsort seems to work now
19 lines of code changed in:
added check for zlib.h
2 lines of code changed in:
updated sorting algorithm - it was a mess - it is more than a mess now
164 lines of code changed in:
some minor updates
58 lines of code changed in:
added a better(?) - not sure - xor function.
22 lines of code changed in:
added missing file
4 lines of code changed in:
added option for profiling
3 lines of code changed in:
improved some things found from gcov
389 lines of code changed in:
improved peek data handling - now keeps only 1 byte in kernel buffer
6 lines of code changed in:
more changes
26 lines of code changed in:
removed debug definitions
2 lines of code changed in:
cleanups for gcc -Wall
29 lines of code changed in:
removed file. replaced by API
0 lines of code changed in:
added some new functions in the API. documentation updated.
109 lines of code changed in:
updated documentation
99 lines of code changed in:
corrected peek data handling
23 lines of code changed in:
used MSG_PEEK flag in recv in order to used gnutls_recv() with
select(). This change will order select to treat the socket as
read even if we have read and localy buffered all data - but the
user hasn't call gnutls_recv() to get that data.
58 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
updated client
51 lines of code changed in:
changes in close notify- alert handling
10 lines of code changed in:
changes in compression handling
15 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
moved to r2
0 lines of code changed in:
added client side resuming
158 lines of code changed in:
added support for session resuming
55 lines of code changed in:
added some support for session resuming (in client)
It does not seem to work yet
105 lines of code changed in:
removed all things about exportable algorithms
5 lines of code changed in:
gnutls_handshake was broken to gnutls_handshake_begin and
gnutls_handshake_finish. This will help the use of certificate API to
check received certificates
68 lines of code changed in:
added a warning if zlib was not found
1 lines of code changed in:
Added default algorithm priorities so it can work even if the user hasn't specified
any
6 lines of code changed in:
added compression (ZLIB)
91 lines of code changed in:
Added compression support (ZLIB)
233 lines of code changed in:
SSL3 support was added
71 lines of code changed in:
major cleanups
177 lines of code changed in:
more ssl3 fixes
166 lines of code changed in:
A lot of fixes for SSL3
354 lines of code changed in:
added API
1 lines of code changed in:
documentation update
2 lines of code changed in:
Bugfixes mainly for the priority (which was moved to the state)
19 lines of code changed in:
Priorities were moved to the state (were global)
286 lines of code changed in: