TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
c047c74b95b25e79f0638b51cadde192d521b910
/
library
/
net.c
530927b
Update copyright line to 2015
by Paul Bakker
· 10 years ago
e12abf9
Fix url
by Manuel Pégourié-Gonnard
· 11 years ago
0edee5e
Update copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
3fdfced
Fix net_accept() regarding non-blocking sockets
by Manuel Pégourié-Gonnard
· 11 years ago
0b0b522
Fix compiler warnings on iOS
by Manuel Pégourié-Gonnard
· 11 years ago
308a586
Better placement of memset() to prevent compiler warning under MSVC
by Paul Bakker
· 11 years ago
polarssl-1.2.11
a16e7f2
Proper initialization and checks for rare cases
by Paul Bakker
· 11 years ago
1b08bd9
Fix WSAStartup return value check.
by Peter Vaskovic
· 11 years ago
55bdbc1
Make compilation on DragonFly work
by Markus Pfeiffer
· 11 years ago
676093e
Check setsockopt() return value in net_bind()
by Paul Bakker
· 11 years ago
22a0ce0
Fix warning on MinGW and MSVC12
by Paul Bakker
· 11 years ago
1e7c3d2
net_is_block() renamed to net_would_block() and corrected behaviour on
by Paul Bakker
· 11 years ago
4c9301a
Convert SOCKET to int to prevent compiler warnings under MSVC.
by Paul Bakker
· 12 years ago
37286a5
Fixed net_bind() for specified IP addresses on little endian systems
by Paul Bakker
· 12 years ago
5c2364c
- Moved from unsigned long to uint32_t throughout code
by Paul Bakker
· 13 years ago
6a2f857
- Added DragonflyBSD support
by Paul Bakker
· 13 years ago
7e2c728
- Updated to support NetBSD
by Paul Bakker
· 13 years ago
6126481
- Added compat for sun in net.c
by Paul Bakker
· 13 years ago
394c56f
- Support for FreeBSD _SOCKLEN_T_DECLARED
by Paul Bakker
· 14 years ago
1fad5bf
- Added define for OpenBSD (sys/endian.h)
by Paul Bakker
· 14 years ago
39bb418
- Made second argument of f_send() prototype and of net_send() const
by Paul Bakker
· 14 years ago
192381a
- Made listen backlog number a define
by Paul Bakker
· 14 years ago
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
f4f6968
- Improved compile-time compatibility with mingw32 64-bit versions
by Paul Bakker
· 14 years ago
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
b96f154
- Fixed copyright message
by Paul Bakker
· 15 years ago
84f12b7
- Updated Copyright to correct entity
by Paul Bakker
· 15 years ago
fc8c436
- Updated copyright line to 2010
by Paul Bakker
· 15 years ago
1f3c39c
- Removed copyright line for Christophe Devine for clarity
by Paul Bakker
· 15 years ago
4ed999c
- Added fixes for compiler warnings on a Mac
by Paul Bakker
· 15 years ago
ff60ee6
- Added const-correctness to main codebase
by Paul Bakker
· 15 years ago
77b385e
- Updated copyright messages on all relevant files
by Paul Bakker
· 16 years ago
b3bb6c0
- Fixed include location of endian.h and name clash on Apples (found by Martin van Hensbergen)
by Paul Bakker
· 16 years ago
854963c
- Fixed include location of endian.h on FreeBSD (found by Gabriel)
by Paul Bakker
· 16 years ago
1d4f30c
- Made net_htons() endian-clean for big endian.
by Paul Bakker
· 16 years ago
785a9ee
- Added email address to header license information
by Paul Bakker
· 17 years ago
e0ccd0a
- Updated Copyright notices
by Paul Bakker
· 17 years ago
40e4694
- First replacement of xyssl by polarssl where needed
by Paul Bakker
· 17 years ago
5121ce5
- Renamed include directory to polarssl
by Paul Bakker
· 17 years ago