]> granicus.if.org Git - esp-idf/history - components/http_server/src/httpd_txrx.c
HTTP Server : Bug fixed in httpd_recv logic and updated function descriptions
[esp-idf] / components / http_server / src / httpd_txrx.c
2018-10-17 Anurag KarHTTP Server : Bug fixed in httpd_recv logic and updated...
2018-10-17 Anurag KarHTTP Server : Use getsockopt instead of errno
2018-10-17 Anurag KarHTTP Server : Return HTTPD_SOCK_ERR_ based on errno...
2018-10-17 Angus GrattonMerge branch 'docs/freertos_words_to_bytes' into 'master'
2018-10-17 Angus GrattonMerge branch 'feature/sockets_example' into 'master'
2018-10-15 Angus GrattonMerge branch 'bugfix/guide-download' into 'master'
2018-10-11 Jiang Jiang JianMerge branch 'bugfix/several_bugfix_about_ba_session_se...
2018-10-10 Angus GrattonMerge branch 'feature/unified_provisioning' into 'master'
2018-10-10 Angus GrattonMerge branch 'doc/nvs_encr_doc' into 'master'
2018-10-10 Angus GrattonMerge branch 'feature/bss_seg_in_external_memory' into...
2018-10-10 Angus GrattonMerge branch 'feature/error_check_without_abort' into...
2018-10-10 Angus GrattonMerge branch 'bugfix/fix_psram_eid' into 'master'
2018-10-10 Angus GrattonMerge branch 'bugfix/httpd_default_content_type' into...
2018-10-10 Angus GrattonMerge branch 'bugfix/httpd_chunked_content_len' into...
2018-10-08 Assaf InbalRemove Content-Length from chunked encoding
2018-09-12 Jiang Jiang JianMerge branch 'bugfix/enlarge_coap_server_pdu' into...
2018-09-12 Angus GrattonMerge branch 'bugfix/fix_mcpwm_api_mismatch_bug' into...
2018-09-12 Angus GrattonMerge branch 'doc/rmt_example_doc_improve' into 'master'
2018-08-16 Angus GrattonMerge branch 'master' into feature/cmake
2018-08-08 Angus GrattonMerge branch 'bugfix/add_mutex_for_some_touchpad_apis...
2018-08-03 Jiang Jiang JianMerge branch 'feature/support_64mbit_psram' into 'master'
2018-08-02 Angus GrattonMerge branch 'feature/add_logo_to_docs' into 'master'
2018-08-01 Angus GrattonMerge branch 'feature/add_rom_elf' into 'master'
2018-08-01 Jiang Jiang JianMerge branch 'doc/wifi_update_channel_state_information...
2018-07-30 Ivan GrokhotkovMerge branch 'bugfix/rmt_struct_bad_addressing' into...
2018-07-30 Ivan GrokhotkovMerge branch 'bugfix/coap_client_parse_url' into 'master'
2018-07-27 Jiang Jiang JianMerge branch 'bugfix/add_compatible_to_aes_encryption...
2018-07-26 Jiang Jiang JianMerge branch 'bugfix/tw23404_dhcp_NAK_issue_3' into...
2018-07-26 Angus GrattonMerge branch 'bugfix/spiffs_readdir_recursion' into...
2018-07-25 Jiang Jiang JianMerge branch 'bugfix/btdm_controller_deinit' into ...
2018-07-24 Ivan GrokhotkovMerge branch 'bugfix/src_encoding' into 'master'
2018-07-24 Ivan GrokhotkovMerge branch 'bugfix/unit-test-build-fix' into 'master'
2018-07-24 Angus GrattonMerge branch 'bugfix/unit_test_thread_local_storage...
2018-07-24 Angus GrattonMerge branch 'bugfix/ci_use_mirror_for_public' into...
2018-07-24 Angus GrattonMerge branch 'bugfix/udp_multicast_example_leak' into...
2018-07-23 Ivan GrokhotkovMerge branch 'bugfix/fix_touchpad_wakeup_status' into...
2018-07-23 Angus GrattonMerge branch 'bugfix/bootloader_include_priv' into...
2018-07-23 Angus GrattonMerge branch 'bugfix/http_client_enhanced' into 'master'
2018-07-23 Angus GrattonMerge branch 'feature/http_server_finalize' into 'master'
2018-07-20 Anurg KarHttp Server : Add a simple light weight HTTP Server...