118 Commits (832b332ee4befd9c24f400ba9b5fe5960b4e969b)

Author SHA1 Message Date
Etienne BRATEAU ab0d479659 compat Properly check if NativeClient 9 years ago
Steve Lhomme c3a3afd3e3 core: add aligned_free to match the aligned_alloc used in the code 9 years ago
Rémi Denis-Courmont 6f00f3305c aligned_alloc: remove redundant preprocessor predicate 9 years ago
Rémi Denis-Courmont 34cd965645 compat: replace aligned_alloc() rather than posix_memalign() 9 years ago
Dennis Hamester 246f1ab22e compat: Add custom implementation of recvmsg/sendmsg on NaCl 10 years ago
Dennis Hamester 3e2accc82d compat: Add pathconf dummy replacement for nacl 10 years ago
Julian Scheel adb9c18776 compat: Add sigwait dummy for NaCl 10 years ago
Julian Scheel 4ad2ec6f24 newlib/nacl: Provide flockfile implementation 10 years ago
Steve Lhomme c02a90717c compat: the official way to include WSA functions is with winsock2.h 10 years ago
Jean-Baptiste Kempf 95b7bf976a compat: ffsll use long long int as argument 10 years ago
Rémi Denis-Courmont fde9226ab2 win32: do not pretend to implement ftrylockfile() 10 years ago
Rémi Denis-Courmont 90e14b835b compat: add sincos() and sincosf() replacements 10 years ago
Rémi Denis-Courmont 73e946f530 compat: fix test for tree functions 10 years ago
Steve Lhomme 6766a8903b compat: add realpath used by test_media_subitems() 10 years ago
Denis Charmet 0ca74870c4 Use WSARecv instead of WSARecvFrom when the from field is empty 10 years ago
Rémi Denis-Courmont d157ba1f08 memrchr: fix compilation 10 years ago
Jean-Baptiste Kempf cfde608bb7 memrchr: try to fix macOS compilation 10 years ago
Jean-Baptiste Kempf a051de1ac6 compat: add memrchr replacement 10 years ago
Richard Diamond 810702d4ce compat: fix inet_pton declaration 11 years ago
Steve Lhomme f395afc090 compat: gettimeofday: unused variable 10 years ago
Hugo Beauzée-Luyssen d9c9233312 compat: Provide a gettimeofday replacement 11 years ago
Jean-Baptiste Kempf 50c5dc0a99 Compat: remove trailing spaces 11 years ago
Rémi Denis-Courmont 3f72fbddb7 compat: replace recvmsg() 11 years ago
Rémi Denis-Courmont 95ba2e83f1 compat: replace sendmsg() 11 years ago
KO Myung-Hun c84a1a1aba src: os2: move gai_strerror() to compat 11 years ago
KO Myung-Hun ed7287c042 compat: remove 'const' from the prototype of timegm(). 11 years ago
Rémi Denis-Courmont 903664b8e5 compat: replace timegm() 11 years ago
Rémi Denis-Courmont 77874cb23e compat: missing #include 11 years ago
Hugo Beauzée-Luyssen 0f75899264 compat: Fix warning 11 years ago
Hugo Beauzée-Luyssen 12ee303dca compat: test: Fix strnstr tests 11 years ago
Hugo Beauzée-Luyssen 71001a361d test: Provide tests for our strnstr implementation 11 years ago
Rémi Denis-Courmont 383a9210b0 compat: add timespec_get() replacement 11 years ago
Hugo Beauzée-Luyssen 56fd4ad559 compat: Fix strnstr implementation 11 years ago
Rémi Denis-Courmont 32adc07bd6 strnstr: needle cannot be NULL 11 years ago
Francois Cartegnie db41ce0a16 compat: fix strnstr 11 years ago
Francois Cartegnie 4c1238c772 compat: add strnstr 11 years ago
Hannes Domani 8b7059359c compat: cancel association of network events before close 11 years ago
Rémi Denis-Courmont 5abe21ee48 vasprintf: missing #include 11 years ago
Rémi Denis-Courmont 67888a9779 Add replacement for GNU ffsll() 11 years ago
Rémi Denis-Courmont 73ef184d3e localtime_r: fix Annex K usage 11 years ago
Rémi Denis-Courmont 74337dd2f2 compat: reimplement and make poll() alertable on Windows 11 years ago
Rémi Denis-Courmont 80170ba796 fixups: add missing poll() event flags 11 years ago
Rémi Denis-Courmont d60d5102b8 compat: fix localtime_r() replacement 12 years ago
Rémi Denis-Courmont 4716a65fc6 freeaddrinfo: rewrite as iterative 12 years ago
KO Myung-Hun 3180272a56 libstream_out_standard_plugin: fix linkage on OS/2 12 years ago
KO Myung-Hun 5064767f8e compat: poll: fix compilation 12 years ago
Rémi Denis-Courmont 5ac516c9c7 poll: deal with invalid file descriptors more like specified 12 years ago
Rémi Denis-Courmont c4199ab677 Remove inconsistently used HAVE_UNISTD_H 13 years ago
Felix Abecassis a580223d2c network: undef EAFNOSUPPORT before overriding it. 13 years ago
Rafaël Carré 6d53362001 Use _WIN32 rather than WIN32 (same for WIN64) 13 years ago