1. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  2. a18b11f modify library/net.c to use polarssl_snprintf by Rich Evans · 10 years ago
  3. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  4. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  5. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  6. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  7. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  8. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  9. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  10. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  11. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  12. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  13. edb7ed3 Merge commit 'd7e2483' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  14. f3c500f Fix bug on OS X (BSD?) in net_accept() for UDP by Manuel Pégourié-Gonnard · 11 years ago
  15. e423246 Fix net_usleep for durations greater than 1 second by Manuel Pégourié-Gonnard · 11 years ago
  16. c8d8e97 Move to milliseconds in recv_timeout() by Manuel Pégourié-Gonnard · 11 years ago
  17. 9d9b003 Add net_recv_timeout() by Manuel Pégourié-Gonnard · 11 years ago
  18. f4acfe1 Document previous API changes in this branch by Manuel Pégourié-Gonnard · 11 years ago
  19. f5a1312 Add UDP support to the NET module by Manuel Pégourié-Gonnard · 11 years ago
  20. 82788fb Fix minor style issues by Paul Bakker · 11 years ago polarssl-1.3.9
  21. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 11 years ago
  22. 9a6b442 Fix non-blocking sockets in net_accept() by Manuel Pégourié-Gonnard · 11 years ago
  23. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  24. db20c10 Add #endif comments for #endif more than 10 lines from #if / #else by Paul Bakker · 11 years ago
  25. 7015de7 Fix WSAStartup return value check. by Peter Vaskovic · 11 years ago
  26. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  27. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  28. a26a005 Make compilation on DragonFly work by Markus Pfeiffer · 11 years ago
  29. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  30. 874bd64 Check setsockopt() return value in net_bind() by Paul Bakker · 11 years ago
  31. 3b6269a Fix warnings on MinGW by Manuel Pégourié-Gonnard · 11 years ago
  32. 8002541 net_is_block() renamed to net_would_block() and corrected behaviour on by Paul Bakker · 12 years ago
  33. 00f5c52 Added cast to socket() return value to prevent Windows warning by Paul Bakker · 12 years ago
  34. f0fc2a2 Properly put the pragma comment for the MSVC linker in defines by Paul Bakker · 12 years ago
  35. 1321135 Fix MingW version issue by Manuel Pégourié-Gonnard · 12 years ago
  36. ee5db1d Fix typo in previous commit by Manuel Pégourié-Gonnard · 12 years ago
  37. 6a398d4 Add missing header for windows by Manuel Pégourié-Gonnard · 12 years ago
  38. 173402b net_prepare() returns int by Manuel Pégourié-Gonnard · 12 years ago
  39. fd6b4cc Add forgotten SO_REUSEADDR option by Manuel Pégourié-Gonnard · 12 years ago
  40. 6e315a9 Adapt net_accept() to IPv6 by Manuel Pégourié-Gonnard · 12 years ago
  41. 389ce63 Add IPv6 support to net_bind() by Manuel Pégourié-Gonnard · 12 years ago
  42. 10934de Adapt net_connect() for IPv6 by Manuel Pégourié-Gonnard · 12 years ago
  43. 2e5c316 Factor our some code in net.c by Manuel Pégourié-Gonnard · 12 years ago
  44. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  45. 60b1d10 Fixed spelling / typos (from PowerDNS:codespell) by Paul Bakker · 12 years ago
  46. bbc1007 Convert SOCKET to int to prevent compiler warnings under MSVC. by Paul Bakker · 12 years ago
  47. 1e6a175 Support for AIX header locations in net.c module by Paul Bakker · 12 years ago
  48. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 12 years ago
  49. 37286a5 Fixed net_bind() for specified IP addresses on little endian systems by Paul Bakker · 12 years ago
  50. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  51. 6a2f857 - Added DragonflyBSD support by Paul Bakker · 13 years ago
  52. 7e2c728 - Updated to support NetBSD by Paul Bakker · 13 years ago
  53. 6126481 - Added compat for sun in net.c by Paul Bakker · 13 years ago
  54. 394c56f - Support for FreeBSD _SOCKLEN_T_DECLARED by Paul Bakker · 14 years ago
  55. 1fad5bf - Added define for OpenBSD (sys/endian.h) by Paul Bakker · 14 years ago
  56. 39bb418 - Made second argument of f_send() prototype and of net_send() const by Paul Bakker · 14 years ago
  57. 192381a - Made listen backlog number a define by Paul Bakker · 14 years ago
  58. 831a755 - Changed behaviour of net_recv(), ssl_fetch_input() and ssl_read(). net_recv() now returns 0 on EOF instead of POLARSSL_ERR_NET_CONN_RESET. ssl_fetch_input() returns POLARSSL_ERR_SSL_CONN_EOF on an EOF from its f_recv() function. ssl_read() returns 0 if a POLARSSL_ERR_SSL_CONN_EOF is received after the handshake. by Paul Bakker · 14 years ago
  59. f4f6968 - Improved compile-time compatibility with mingw32 64-bit versions by Paul Bakker · 14 years ago
  60. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  61. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  62. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  63. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  64. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  65. 4ed999c - Added fixes for compiler warnings on a Mac by Paul Bakker · 15 years ago
  66. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  67. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  68. b3bb6c0 - Fixed include location of endian.h and name clash on Apples (found by Martin van Hensbergen) by Paul Bakker · 16 years ago
  69. 854963c - Fixed include location of endian.h on FreeBSD (found by Gabriel) by Paul Bakker · 16 years ago
  70. 1d4f30c - Made net_htons() endian-clean for big endian. by Paul Bakker · 16 years ago
  71. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  72. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  73. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  74. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago