Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-04-19 | Add dependency on libnul - use nul_buffer_t throughoutHEADmaster | Søren Sandmann Pedersen | 7 | -444/+87 |
2008-11-07 | Add lac_connection_printf() as a replacement for _write_cstr() | Søren Sandmann Pedersen | 4 | -34/+22 |
2008-11-07 | Fix compile failure | Søren Sandmann Pedersen | 2 | -2/+2 |
2008-10-11 | Send information about total and so_far in http contents | Søren Sandmann Pedersen | 2 | -5/+12 |
2008-10-08 | Add tls-test.c | Søren Sandmann | 1 | -0/+126 |
2008-05-26 | Work around router bug | Søren Sandmann | 2 | -2/+94 |
2008-03-25 | Change name from need_handshake to did_handshake | Søren Sandmann | 1 | -11/+7 |
2008-03-25 | Get rid of g types from public interface | Søren Sandmann | 1 | -87/+87 |
2008-01-06 | Formatting fixes | Søren Sandmann | 1 | -37/+38 |
2008-01-02 | Various formatting fixes | Søren Sandmann | 5 | -50/+66 |
2007-08-01 | Remove debug spew | Søren Sandmann | 1 | -10/+0 |
2007-08-01 | TODO | Søren Sandmann | 2 | -7/+4 |
2007-08-01 | Fix bug in lac_byte_queue_transfer(); restore new emit_content() | Søren Sandmann | 2 | -44/+10 |
2007-08-01 | Restore request_emit_content to non-broken state | Søren Sandmann | 1 | -1/+40 |
2007-08-01 | Lots of fixes | Søren Sandmann | 5 | -107/+102 |
2007-08-01 | Support https; deal with http servers closing immediately after accepting | Søren Sandmann | 5 | -23/+82 |
2007-07-31 | Make https a field in http uris | Søren Sandmann | 3 | -16/+11 |
2007-07-31 | Fixe http vs. https mixup | Søren Sandmann | 2 | -2/+11 |
2007-07-31 | Remove unused tls code; support https in uri code | Søren Sandmann | 3 | -166/+30 |
2007-07-31 | Some cleanups | Søren Sandmann | 5 | -110/+32 |
2007-07-31 | Move address/port to lacconnection | Søren Sandmann | 4 | -49/+17 |
2007-07-31 | Consolidate connections into LacConnection | Søren Sandmann | 10 | -773/+749 |
2007-07-31 | Add LacGenConnection | Søren Sandmann | 4 | -1/+222 |
2007-07-31 | Plug some more leaks | Søren Sandmann | 3 | -8/+8 |
2007-07-31 | Rest of lac_tls_connection methods; plug leak | Søren Sandmann | 1 | -9/+40 |
2007-07-31 | Various stuff | Søren Sandmann | 2 | -7/+64 |
2007-07-30 | Various stuff | Søren Sandmann | 1 | -19/+0 |
2007-07-30 | Various stuff | Søren Sandmann | 3 | -130/+109 |
2007-07-30 | TODO | Søren Sandmann | 3 | -8/+24 |
2007-07-30 | Fix bug in do_writes; use x.509 credentials | Søren Sandmann | 3 | -27/+61 |
2007-07-30 | Fix a couple of bugs | Søren Sandmann | 3 | -13/+149 |
2007-07-30 | Better handshaking | Søren Sandmann | 1 | -10/+59 |
2007-07-30 | Revert b70b2c4b01ae66dfe1d987e6cb73d4783a07bced as it broken DNS | Søren Sandmann | 7 | -51/+58 |
2007-07-30 | Add writing support to LacTlsConnection | Søren Sandmann | 3 | -11/+80 |
2007-07-30 | Add lactlsconnection.c | Søren Sandmann | 1 | -1/+1 |
2007-07-30 | More TlsConnection | Søren Sandmann | 4 | -24/+139 |
2007-07-30 | Initial LacTlsConnection implementation | Søren Sandmann | 3 | -0/+119 |
2007-07-30 | Revert last commit | Søren Sandmann | 4 | -257/+77 |
2007-07-30 | Replace LacConnection with LacGConnection | sandmann | 4 | -77/+257 |
2007-07-30 | Get rid of signed/unsigned warnings | sandmann | 6 | -51/+51 |
2007-07-30 | Remove socket abstraction | sandmann | 2 | -374/+26 |
2007-07-30 | Fix typo/bug in lac_socket_udp() | sandmann | 1 | -1/+1 |
2007-01-17 | elaborate on the FIXME in lachttp.c | sandmann | 1 | -5/+12 |
2007-01-16 | Some more bytequeue | sandmann | 3 | -42/+35 |
2007-01-15 | some cleanup | sandmann | 4 | -48/+41 |
2007-01-15 | Use byte queue in http_transport_handle_read | sandmann | 1 | -7/+5 |
2007-01-15 | Add byte queue to read events | sandmann | 2 | -18/+28 |
2007-01-15 | Add FIXME in lacbytequeue.c | sandmann | 1 | -0/+6 |
2007-01-15 | tweak default dns parameters | sandmann | 1 | -2/+2 |
2007-01-15 | convert http write buffer | sandmann | 1 | -14/+27 |