OSDN Git Service

fix infinit loop which cause by empty field's value.
[bbk/bchanf.git] / src / http / http_connector.c
2015-03-14 ornse01enable to specify IP address string for host argument.
2014-07-04 ornse01fix handling error caused in so_connect.
2014-07-04 ornse01fix http header emition.
2014-07-03 ornse01fix decompress buffer mistake.
2012-06-23 ornse01fix flag clear in not exist endpoint.
2012-06-23 ornse01fix style for semaphore coding.
2012-06-18 ornse01add semaphore.
2012-02-05 ornse01fix endpoint delete specification.
2012-02-05 ornse01add transport layer error handling.
2012-02-05 ornse01remove obsolute comment.
2012-02-05 ornse01fix state transition mistake.
2012-02-05 ornse01fix variable initialize.
2012-02-05 ornse01fix command consume length reset.
2012-02-05 ornse01change http_contentdecoder_t I/F.
2012-02-04 ornse01implement HTTP request sequence http_connector_t.
2012-02-02 ornse01replace id managing to idtocb_t.
2012-01-21 ornse01replace message buffer to event flag.
2012-01-21 ornse01add debug print.
2012-01-21 ornse01fix detail I/F mistake.
2012-01-21 ornse01change I/F.
2012-01-19 ornse01fix http_connector_new()
2012-01-15 ornse01rename http_connection to htto_connector.