TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/better-cf-padding-checks
/
library
/
net_sockets.c
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
db09ef6
Include common.h instead of config.h in library source files
by Gilles Peskine
· 5 years ago
0b01fd9
net_sockets: Fix building on NetBSD 9.0
by nia
· 5 years ago
479d8de
Add support for midipix, a POSIX layer for Microsoft Windows
by Ørjan Malde
· 5 years ago
2b2acf1
add support for win2k
by opatomic
· 5 years ago
73c616b
Put includes in alphabetical order
by Janos Follath
· 6 years ago
865b3eb
Initialize return values to an error
by Janos Follath
· 6 years ago
df8e511
Added mbedtls_net_close and use it in ssl_fork_server to correctly
by Robert Larsen
· 6 years ago
a152e42
net_sockets: Fix typo in net_would_block()
by Jaeden Amero
· 6 years ago
2c92949
Merge remote-tracking branch 'public/pr/1198' into development
by Simon Butcher
· 7 years ago
d21bd31
Merge remote-tracking branch 'public/pr/1567' into development
by Simon Butcher
· 7 years ago
2682edf
Fix build using -std=c99
by Nicholas Wilson
· 8 years ago
c1bf1aa
Merge remote-tracking branch 'public/pr/1555' into development
by Simon Butcher
· 7 years ago
60bc47d
library: Port to Haiku.
by Augustin Cavalier
· 7 years ago
df60856
Only redefine _WIN32_WINNT macro when < 0x0501
by Fabio Alessandrelli
· 7 years ago
ec4733b
Make the memset call prior to FD_ZERO conditional to needing it
by Gilles Peskine
· 7 years ago
f4e5b7e
Additionally initialize fd_set's via memset in mbedtls_net_poll
by Hanno Becker
· 7 years ago
2bd5757
Merge branch 'development' into iotssl-1204
by Hanno Becker
· 7 years ago
fba16f7
Merge remote-tracking branch 'upstream-public/pr/572' into development-proposed
by Jaeden Amero
· 7 years ago
ea7dbbe
Replace MBEDTLS_EINTR by IS_EINTR
by Gilles Peskine
· 7 years ago
ef52796
Fix missing return statement ssl_server2 idling
by Hanno Becker
· 7 years ago
80e06d7
Use WSAEINTR instead of EINTR on Windows
by Hanno Becker
· 7 years ago
9ac6403
Don't exit mbedtls_net_poll on interruption of select
by Hanno Becker
· 7 years ago
183de31
Merge remote-tracking branch 'upstream-public/pr/895' into development
by Gilles Peskine
· 8 years ago
6e5dd79
Fix compilation warning on MSVC
by Hanno Becker
· 8 years ago
bd9d42c
Fix typo and bracketing in macro args
by Andres Amaya Garcia
· 8 years ago
e09ca3d
Add polling function for network contexts
by Hanno Becker
· 8 years ago
a6ed9c5
Backup errno in net_would_block
by Hanno Becker
· 8 years ago
532c94d
Fix formatting issues in net_sockets.c
by Simon Butcher
· 9 years ago
2adecba
Clarify Comments and Fix Typos (#651)
by Brian J Murray
· 9 years ago
788aa4a
Rename net.{c,h} to net_sockets.{c,h}
by Andres AG
· 9 years ago
[Renamed (99%) from library/net.c]
3f21a35
Added checking for QNX operating system to make mbedtls build on QNX
by Matthias Weisser
· 9 years ago
b5b6af2
Puts platform time abstraction into its own header
by Simon Butcher
· 9 years ago
d5800b7
Abstracts away time()/stdlib.h into platform
by SimonB
· 9 years ago
325ce09
Give better error messages for semi-portable parts
by Manuel Pégourié-Gonnard
· 9 years ago
0431735
Fix compile error in net.c with musl libc
by Manuel Pégourié-Gonnard
· 10 years ago
a25cab8
FIX: compiler warning with recvfrom on 64-bit
by Embedthis Software
· 10 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
9bd0afd
Add guards for closed socket in net.c
by Manuel Pégourié-Gonnard
· 10 years ago
636741b
Remove obsolete hacks for uin32_t
by Manuel Pégourié-Gonnard
· 10 years ago
9de64f5
Fix MSVC warnings in library and programs
by Manuel Pégourié-Gonnard
· 10 years ago
acecb65
Fix mbedtls_net_usleep() on Windows
by Manuel Pégourié-Gonnard
· 10 years ago
abc729e
Simplify net_accept() with UDP sockets
by Manuel Pégourié-Gonnard
· 10 years ago
db2468d
Update old comment
by Manuel Pégourié-Gonnard
· 10 years ago
3d7d00a
Rename mbedtls_net_close() to mbedtls_net_free()
by Manuel Pégourié-Gonnard
· 10 years ago
9189585
Move from naked int to a structure in net.c
by Manuel Pégourié-Gonnard
· 10 years ago
16a17a4
Fix net_accept() for UDP sockets on Windows
by Manuel Pégourié-Gonnard
· 10 years ago
0761733
Fix potential NULL dereference
by Manuel Pégourié-Gonnard
· 10 years ago
c0d7494
Make 'port' a string in NET module
by Manuel Pégourié-Gonnard
· 10 years ago
9386664
Move from inttypes.h to stdint.h
by Manuel Pégourié-Gonnard
· 10 years ago
9dbaf40
Rationalize other snprintf() uses
by Manuel Pégourié-Gonnard
· 10 years ago
0b104b0
Adapt prototype of net_accept() for explicit size
by Manuel Pégourié-Gonnard
· 10 years ago
d4f04db
net.c now depends on select() unconditionally
by Manuel Pégourié-Gonnard
· 10 years ago
8836994
Move WANT_READ/WANT_WRITE codes to SSL
by Manuel Pégourié-Gonnard
· 10 years ago
b31424c
Make HAVE_IPV6 non-optional
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
df791a5
Simplify net_htonx()
by Manuel Pégourié-Gonnard
· 10 years ago
9325b26
Fix warning with mingw32
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
998897b
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
d901d17
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
a18b11f
modify library/net.c to use polarssl_snprintf
by Rich Evans
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
2a0718d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 10 years ago
df6411d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 11 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 11 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 11 years ago
eab72e2
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 11 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
edb7ed3
Merge commit 'd7e2483' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
f3c500f
Fix bug on OS X (BSD?) in net_accept() for UDP
by Manuel Pégourié-Gonnard
· 11 years ago
e423246
Fix net_usleep for durations greater than 1 second
by Manuel Pégourié-Gonnard
· 11 years ago
c8d8e97
Move to milliseconds in recv_timeout()
by Manuel Pégourié-Gonnard
· 11 years ago
9d9b003
Add net_recv_timeout()
by Manuel Pégourié-Gonnard
· 11 years ago
f4acfe1
Document previous API changes in this branch
by Manuel Pégourié-Gonnard
· 11 years ago
f5a1312
Add UDP support to the NET module
by Manuel Pégourié-Gonnard
· 11 years ago
82788fb
Fix minor style issues
by Paul Bakker
· 11 years ago
polarssl-1.3.9
ef5087d
Added explicit casts to prevent compiler warnings when trying to build for iOS
by Sander Niemeijer
· 11 years ago
9a6b442
Fix non-blocking sockets in net_accept()
by Manuel Pégourié-Gonnard
· 11 years ago
66d5d07
Fix formatting in various code to match spacing from coding style
by Paul Bakker
· 11 years ago
db20c10
Add #endif comments for #endif more than 10 lines from #if / #else
by Paul Bakker
· 11 years ago
7015de7
Fix WSAStartup return value check.
by Peter Vaskovic
· 11 years ago
b9e4e2c
Fix formatting: fix some 'easy' > 80 length lines
by Paul Bakker
· 11 years ago
9af723c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
by Paul Bakker
· 11 years ago
a26a005
Make compilation on DragonFly work
by Markus Pfeiffer
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
874bd64
Check setsockopt() return value in net_bind()
by Paul Bakker
· 11 years ago
3b6269a
Fix warnings on MinGW
by Manuel Pégourié-Gonnard
· 11 years ago
8002541
net_is_block() renamed to net_would_block() and corrected behaviour on
by Paul Bakker
· 12 years ago
00f5c52
Added cast to socket() return value to prevent Windows warning
by Paul Bakker
· 12 years ago
f0fc2a2
Properly put the pragma comment for the MSVC linker in defines
by Paul Bakker
· 12 years ago
1321135
Fix MingW version issue
by Manuel Pégourié-Gonnard
· 12 years ago
ee5db1d
Fix typo in previous commit
by Manuel Pégourié-Gonnard
· 12 years ago
6a398d4
Add missing header for windows
by Manuel Pégourié-Gonnard
· 12 years ago
173402b
net_prepare() returns int
by Manuel Pégourié-Gonnard
· 12 years ago
Next »