]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/api
Use FreeRTOS heap instead of LwIP heap
[pes-rpp/rpp-lwip.git] / src / api /
2019-09-01 JakubUse FreeRTOS heap instead of LwIP heap master personal/nejedjak/master personal/sojka/for-master
2013-04-24 Simon Goldschmidtpatch #8008 Fix a potential null pointer dereference...
2012-09-26 goldsimonfixed bug #37405 'err_tcp()' uses already freed 'netcon...
2012-08-13 goldsimonfixed bug #37052: "netconn_alloc: undefined netconn_typ...
2012-08-13 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-07-03 Ivan DelamerAllow setting/getting socket option IPV6_V6ONLY for...
2012-07-03 James SmithApplied patch by James Smith to implement IPV6_V6ONLY...
2012-03-25 goldsimonFixed bug #35817: do_connect() invalidly signals op_com...
2012-03-25 goldsimonfixed bug #35931: Name space pollution in api_msg.c...
2012-03-20 goldsimonpatch by Mason: fixed bug #35907: lwip_gethostbyname_r...
2012-03-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-03-01 goldsimonFixed unused variable warnings produced with the last...
2012-02-28 goldsimonSpeed up LWIP_TCPIP_CORE_LOCKING by directly calling...
2012-01-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2011-12-17 goldsimonimplemented API functions to access so_options of IP...
2011-11-13 goldsimonFixed bug #34733 Null pointer exception with SOCKET_DEBUG.
2011-10-18 Simon Goldschmidtfixed bug #34592: lwip_gethostbyname_r uses nonstandard...
2011-10-18 goldsimonfixed bug #34581 missing parentheses in udplite sockets...
2011-10-17 Simon Goldschmidtfixed bug #34569: shutdown(SHUT_WR) crashes netconn...
2011-10-13 Simon Goldschmidtfixed bug #34540: compiler error when CORE_LOCKING...
2011-09-21 Simon GoldschmidtImplemented timeout on send (TCP only, bug #33820)
2011-09-09 Simon Goldschmidtlwip_accept: fixed warning about accessing uninitialize...
2011-09-03 Simon Goldschmidtnetconn_alloc(): return on invalid protocol instead...
2011-08-24 Simon Goldschmidtfixed bug #33956 Wrong error returned when calling...
2011-08-12 Ivan DelamerInitialize recvmbox size for undefined netconn type...
2011-07-22 Simon Goldschmidtfixed bug #31084 (socket API returns always EMSGSIZE...
2011-07-21 Simon Goldschmidt(bug #30185): added LWIP_FIONREAD_LINUXMODE that makes...
2011-07-19 Simon GoldschmidtFixed bug #33802 tcpip: tcpip_callbackmsg_new sets...
2011-07-06 goldsimonFixed wrong endianess of port in bind() and connect...
2011-07-05 goldsimonFixed bug #33561 bugs in recvfrom() and sendto()
2011-07-04 goldsimonFixed invalid SOCK_ADDR_TYPE_MATCH check in lwip_sendto()
2011-06-17 idelamerProcess IPv6 packets arriving from non-Ethernet links.
2011-06-12 goldsimonFixed compilation error after converting sockaddr_align...
2011-06-07 goldsimon- sockaddr_aligned: use a union instead of a manually...
2011-06-07 goldsimonRestructured the code a bit to help my dump compiler...
2011-06-06 goldsimonFixed compilation with LWIP_IPV6==0
2011-06-06 goldsimon- fixed bug #33485 (forgot '!' before SOCK_ADDR_MATCH*);
2011-05-28 goldsimonuse PCB_IS_IPV6(pcb) instead of pcb->isipv6 everywhere
2011-05-26 goldsimonFixed two compilation errors with different opt.h settings
2011-05-25 goldsimonFixed bug #33337 (which is #32906 reappearing after...
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-17 goldsimon... and finally, we got a first working version of...
2011-05-14 goldsimonpatch #7449 allow tcpip callback from interrupt with...
2011-04-21 goldsimonFixed printf-format error (bug #33079)
2011-03-27 goldsimonFixed bug #32906: lwip_connect+lwip_send did not work...
2011-03-14 goldsimonfixed bug #31748 (Calling non-blocking connect more...
2011-03-13 goldsimonfixed bug #32769 (ESHUTDOWN is linux-specific) by fixin...
2011-03-13 goldsimonnetconn_accept: return ERR_ABRT instead of ERR_CLSD...
2011-01-24 goldsimonFixed bug #31741: lwip_select seems to have threading...
2010-12-20 goldsimonMreged back changes that were lost during the savannah...
2010-11-22 goldsimonFixed bug #31590: getsockopt(... SO_ERROR ...) gives...
2010-11-20 goldsimonFixed bug #31170: lwip_setsockopt() does not set socket...
2010-07-29 goldsimonFixed compilation with TCP or UDP disabled.
2010-07-12 goldsimontask #10495: Added support for IP_MULTICAST_LOOP at...
2010-06-30 goldsimonfixed bug #30300 (shutdown parameter was not initialize...
2010-06-24 goldsimonFixed bug #10088: Correctly implemented shutdown at...
2010-06-14 goldsimonip_addr_set_any does not work on pointers...
2010-06-12 goldsimonFixed bug #29979 (lwip_sendto did not check parameter...
2010-06-12 goldsimonbug #29976: forgot some places using the changed IP...
2010-05-22 goldsimonbug #27352: removed packing from ip_addr_t, the packed...
2010-05-17 goldsimonCorrectly NULL-terminate h_addr_list
2010-05-02 goldsimonuse checksum-on-copy for sending UDP data for LWIP_NETI...
2010-04-21 goldsimonFixed bug #29617 (sometime cause stall on delete listen...
2010-04-14 goldsimonAdded an overridable define to get informed when the...
2010-03-26 goldsimonFixed compiling with different options disabled (TCP...
2010-03-26 goldsimonMake functions static where applicable, add default...
2010-03-25 goldsimonFixed bug #29332: lwip_select() processes readset incor...
2010-03-21 goldsimonUpdated netconn_write doc/comment about api_flags
2010-03-20 goldsimonCorrected spelling of ERR_WOULDBLOCK (D was missing)
2010-03-20 goldsimonAdded an option to disable tcpip_(un)timeout code since...
2010-03-20 goldsimonCorrected spelling of milliseconds (my dictionary tells...
2010-03-16 goldsimonAdded missing casts, use strlen + MEMCPY instead of...
2010-03-14 goldsimonBug #29210: check alignment of struct sockaddr vs....
2010-03-08 goldsimonbug #29105: Review printf formatters
2010-03-08 goldsimonAdded/corrected casts
2010-03-07 goldsimonbug #28775 (select/event_callback: only check select_cb...
2010-03-06 goldsimonUse braces for if-blocks
2010-03-06 goldsimonFixed LWIP_NETIF_TX_SINGLE_PBUF for LWIP_TCPIP_CORE_LOCKING
2010-03-06 goldsimontask #10167 (sockets: speed up TCP recv by not allocati...
2010-03-06 goldsimonrenamed struct lwip_socket to struct lwip_sock to avoid...
2010-03-05 goldsimonCorrectly set TCP_WRITE_FLAG_MORE when netconn_write...
2010-02-22 goldsimonFixed bug #28970 (invalid preprocessor macro introduced...
2010-02-21 goldsimonCorrected comment
2010-02-21 goldsimonAdded define LWIP_TCPIP_CORE_LOCKING_INPUT that lets...
2010-02-21 goldsimonUse tcp_debug_state_str() instead of tcp_debug_print_st...
2010-02-14 goldsimonFixed bug #28183 (ARP and TCP/IP cannot be disabled...
2010-02-13 goldsimontask #7865 (implement non-blocking send operation)
2010-02-13 goldsimonAdd a new err_t, ERR_WOULDBLOCK in preparation for...
2010-02-13 goldsimonFixed compilation for LWIP_DNS==1 after changing sys...
2010-02-13 goldsimonFixed compilation with LWIP_DNS==1 after changing sys...
2010-02-13 goldsimonFixed compilation for LWIP_SO_RCVBUF==0
2010-02-12 goldsimonAdded a minimal version of posix fctl() to have a stand...
2010-02-12 goldsimonCode layout: splitted long line
2010-02-12 goldsimonFixed bug #28865 (Cannot close socket/netconn in non...
2010-02-12 goldsimontask #10139 (Prefer statically allocated memory): conve...
2010-02-12 goldsimonstruct netconn.socket is only used with LWIP_SOCKET...
2010-02-10 goldsimonFixed a compiler warning (comparison between signed...
2010-02-09 goldsimonUse sys_arch_sem_wait instead of sys_sem_wait_timeout...
2010-02-09 goldsimonFixed bug #22110 (recv() makes receive window update...
2010-02-09 goldsimonAnother fix for bug #28853 (recv returns 0 on recv...
next