1. 9ac3e23 Fix NULL argument handling in mbedtls_xxx_free() functions by Troy-Butler · 1 year, 4 months ago
  2. 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  3. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  4. 8f6094c Merge pull request #7792 from robUx4/win32_winnt by Dave Rodgman · 2 years, 1 month ago
  5. 551b3bf Don't force the _WIN32_WINT version by Steve Lhomme · 2 years, 1 month ago
  6. b57b048 Fix error: comparison of integers of different signs: 'SOCKET' and 'int' by Sergey · 2 years, 5 months ago
  7. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  8. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  9. 108bf52 Add a missing guard for time.h in net_sockets.c by Andrzej Kurek · 3 years, 5 months ago
  10. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  11. a5dd7bd Fix fd range for select on Windows by Gilles Peskine · 4 years, 1 month ago
  12. 0536000 Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 1 month ago
  13. b025703 Check if feature macro is defined before define it by Flavio Ceolin · 5 years ago
  14. c8dab5b Fix sloppy wording around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
  15. ddf4374 Fix stack buffer overflow in net functions with large file descriptor by Gilles Peskine · 4 years, 5 months ago
  16. 76158ce Use socklen_t on Android and other POSIX-compliant system by okhowang(王沛文) · 5 years ago
  17. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  18. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  19. 0b01fd9 net_sockets: Fix building on NetBSD 9.0 by nia · 5 years ago
  20. 479d8de Add support for midipix, a POSIX layer for Microsoft Windows by Ørjan Malde · 5 years ago
  21. 2b2acf1 add support for win2k by opatomic · 5 years ago
  22. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  23. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  24. df8e511 Added mbedtls_net_close and use it in ssl_fork_server to correctly by Robert Larsen · 6 years ago
  25. a152e42 net_sockets: Fix typo in net_would_block() by Jaeden Amero · 6 years ago
  26. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 7 years ago
  27. d21bd31 Merge remote-tracking branch 'public/pr/1567' into development by Simon Butcher · 7 years ago
  28. 2682edf Fix build using -std=c99 by Nicholas Wilson · 8 years ago
  29. c1bf1aa Merge remote-tracking branch 'public/pr/1555' into development by Simon Butcher · 7 years ago
  30. 60bc47d library: Port to Haiku. by Augustin Cavalier · 7 years ago
  31. df60856 Only redefine _WIN32_WINNT macro when < 0x0501 by Fabio Alessandrelli · 7 years ago
  32. ec4733b Make the memset call prior to FD_ZERO conditional to needing it by Gilles Peskine · 7 years ago
  33. f4e5b7e Additionally initialize fd_set's via memset in mbedtls_net_poll by Hanno Becker · 7 years ago
  34. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  35. fba16f7 Merge remote-tracking branch 'upstream-public/pr/572' into development-proposed by Jaeden Amero · 7 years ago
  36. ea7dbbe Replace MBEDTLS_EINTR by IS_EINTR by Gilles Peskine · 7 years ago
  37. ef52796 Fix missing return statement ssl_server2 idling by Hanno Becker · 7 years ago
  38. 80e06d7 Use WSAEINTR instead of EINTR on Windows by Hanno Becker · 7 years ago
  39. 9ac6403 Don't exit mbedtls_net_poll on interruption of select by Hanno Becker · 7 years ago
  40. 183de31 Merge remote-tracking branch 'upstream-public/pr/895' into development by Gilles Peskine · 8 years ago
  41. 6e5dd79 Fix compilation warning on MSVC by Hanno Becker · 8 years ago
  42. bd9d42c Fix typo and bracketing in macro args by Andres Amaya Garcia · 8 years ago
  43. e09ca3d Add polling function for network contexts by Hanno Becker · 8 years ago
  44. a6ed9c5 Backup errno in net_would_block by Hanno Becker · 8 years ago
  45. 532c94d Fix formatting issues in net_sockets.c by Simon Butcher · 9 years ago
  46. 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  47. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago[Renamed (99%) from library/net.c]
  48. 3f21a35 Added checking for QNX operating system to make mbedtls build on QNX by Matthias Weisser · 9 years ago
  49. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  50. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  51. 325ce09 Give better error messages for semi-portable parts by Manuel Pégourié-Gonnard · 9 years ago
  52. 0431735 Fix compile error in net.c with musl libc by Manuel Pégourié-Gonnard · 10 years ago
  53. a25cab8 FIX: compiler warning with recvfrom on 64-bit by Embedthis Software · 10 years ago
  54. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  55. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  56. 9bd0afd Add guards for closed socket in net.c by Manuel Pégourié-Gonnard · 10 years ago
  57. 636741b Remove obsolete hacks for uin32_t by Manuel Pégourié-Gonnard · 10 years ago
  58. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  59. acecb65 Fix mbedtls_net_usleep() on Windows by Manuel Pégourié-Gonnard · 10 years ago
  60. abc729e Simplify net_accept() with UDP sockets by Manuel Pégourié-Gonnard · 10 years ago
  61. db2468d Update old comment by Manuel Pégourié-Gonnard · 10 years ago
  62. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  63. 9189585 Move from naked int to a structure in net.c by Manuel Pégourié-Gonnard · 10 years ago
  64. 16a17a4 Fix net_accept() for UDP sockets on Windows by Manuel Pégourié-Gonnard · 10 years ago
  65. 0761733 Fix potential NULL dereference by Manuel Pégourié-Gonnard · 10 years ago
  66. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  67. 9386664 Move from inttypes.h to stdint.h by Manuel Pégourié-Gonnard · 10 years ago
  68. 9dbaf40 Rationalize other snprintf() uses by Manuel Pégourié-Gonnard · 10 years ago
  69. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  70. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  71. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  72. b31424c Make HAVE_IPV6 non-optional by Manuel Pégourié-Gonnard · 10 years ago
  73. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  74. df791a5 Simplify net_htonx() by Manuel Pégourié-Gonnard · 10 years ago
  75. 9325b26 Fix warning with mingw32 by Manuel Pégourié-Gonnard · 10 years ago
  76. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  77. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  78. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  79. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  80. a18b11f modify library/net.c to use polarssl_snprintf by Rich Evans · 11 years ago
  81. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  82. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  83. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  84. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  85. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  86. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  87. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  88. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  89. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  90. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  91. edb7ed3 Merge commit 'd7e2483' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  92. f3c500f Fix bug on OS X (BSD?) in net_accept() for UDP by Manuel Pégourié-Gonnard · 11 years ago
  93. e423246 Fix net_usleep for durations greater than 1 second by Manuel Pégourié-Gonnard · 11 years ago
  94. c8d8e97 Move to milliseconds in recv_timeout() by Manuel Pégourié-Gonnard · 11 years ago
  95. 9d9b003 Add net_recv_timeout() by Manuel Pégourié-Gonnard · 11 years ago
  96. f4acfe1 Document previous API changes in this branch by Manuel Pégourié-Gonnard · 11 years ago
  97. f5a1312 Add UDP support to the NET module by Manuel Pégourié-Gonnard · 11 years ago
  98. 82788fb Fix minor style issues by Paul Bakker · 11 years ago polarssl-1.3.9
  99. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 11 years ago
  100. 9a6b442 Fix non-blocking sockets in net_accept() by Manuel Pégourié-Gonnard · 11 years ago