summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-19Add dependency on libnul - use nul_buffer_t throughoutHEADmasterSøren Sandmann Pedersen7-444/+87
2008-11-07Add lac_connection_printf() as a replacement for _write_cstr()Søren Sandmann Pedersen4-34/+22
2008-11-07Fix compile failureSøren Sandmann Pedersen2-2/+2
2008-10-11Send information about total and so_far in http contentsSøren Sandmann Pedersen2-5/+12
2008-10-08Add tls-test.cSøren Sandmann1-0/+126
2008-05-26Work around router bugSøren Sandmann2-2/+94
2008-03-25Change name from need_handshake to did_handshakeSøren Sandmann1-11/+7
2008-03-25Get rid of g types from public interfaceSøren Sandmann1-87/+87
2008-01-06Formatting fixesSøren Sandmann1-37/+38
2008-01-02Various formatting fixesSøren Sandmann5-50/+66
2007-08-01Remove debug spewSøren Sandmann1-10/+0
2007-08-01TODOSøren Sandmann2-7/+4
2007-08-01Fix bug in lac_byte_queue_transfer(); restore new emit_content()Søren Sandmann2-44/+10
2007-08-01Restore request_emit_content to non-broken stateSøren Sandmann1-1/+40
2007-08-01Lots of fixesSøren Sandmann5-107/+102
2007-08-01Support https; deal with http servers closing immediately after acceptingSøren Sandmann5-23/+82
2007-07-31Make https a field in http urisSøren Sandmann3-16/+11
2007-07-31Fixe http vs. https mixupSøren Sandmann2-2/+11
2007-07-31Remove unused tls code; support https in uri codeSøren Sandmann3-166/+30
2007-07-31Some cleanupsSøren Sandmann5-110/+32
2007-07-31Move address/port to lacconnectionSøren Sandmann4-49/+17
2007-07-31Consolidate connections into LacConnectionSøren Sandmann10-773/+749
2007-07-31Add LacGenConnectionSøren Sandmann4-1/+222
2007-07-31Plug some more leaksSøren Sandmann3-8/+8
2007-07-31Rest of lac_tls_connection methods; plug leakSøren Sandmann1-9/+40
2007-07-31Various stuffSøren Sandmann2-7/+64
2007-07-30Various stuffSøren Sandmann1-19/+0
2007-07-30Various stuffSøren Sandmann3-130/+109
2007-07-30TODOSøren Sandmann3-8/+24
2007-07-30Fix bug in do_writes; use x.509 credentialsSøren Sandmann3-27/+61
2007-07-30Fix a couple of bugsSøren Sandmann3-13/+149
2007-07-30Better handshakingSøren Sandmann1-10/+59
2007-07-30Revert b70b2c4b01ae66dfe1d987e6cb73d4783a07bced as it broken DNSSøren Sandmann7-51/+58
2007-07-30Add writing support to LacTlsConnectionSøren Sandmann3-11/+80
2007-07-30Add lactlsconnection.cSøren Sandmann1-1/+1
2007-07-30More TlsConnectionSøren Sandmann4-24/+139
2007-07-30Initial LacTlsConnection implementationSøren Sandmann3-0/+119
2007-07-30Revert last commitSøren Sandmann4-257/+77
2007-07-30Replace LacConnection with LacGConnectionsandmann4-77/+257
2007-07-30Get rid of signed/unsigned warningssandmann6-51/+51
2007-07-30Remove socket abstractionsandmann2-374/+26
2007-07-30Fix typo/bug in lac_socket_udp()sandmann1-1/+1
2007-01-17elaborate on the FIXME in lachttp.csandmann1-5/+12
2007-01-16Some more bytequeuesandmann3-42/+35
2007-01-15some cleanupsandmann4-48/+41
2007-01-15Use byte queue in http_transport_handle_readsandmann1-7/+5
2007-01-15Add byte queue to read eventssandmann2-18/+28
2007-01-15Add FIXME in lacbytequeue.csandmann1-0/+6
2007-01-15tweak default dns parameterssandmann1-2/+2
2007-01-15convert http write buffersandmann1-14/+27