175 Commits (e0a99d6364f4a0e57cdbd81a71c9fa04f052a260)

Author SHA1 Message Date
Ilkka Ollakka 3b0b6396b4 access/udp: Define MSG_TRUNC on recv call 8 years ago
Rémi Denis-Courmont bf51e08802 objres: restore malloc() wrapper 9 years ago
Thomas Guillem cf4676c1e8 core: rename vlc_*alloc to vlc_obj_*alloc 9 years ago
Rémi Denis-Courmont e4ba64d291 Remove access_t 9 years ago
Rémi Denis-Courmont 740dd861a4 access: allocate p_sys vlc_malloc/vlc_calloc 9 years ago
Rémi Denis-Courmont 94212096a6 udp: remove redundant casts 9 years ago
Dennis Hamester 4c853b5477 Include sys/uio.h where necessary 10 years ago
Rémi Denis-Courmont 6238579234 udp: remove redundant thread 10 years ago
Ilkka Ollakka badd3e9168 access: udp: only dequeue one after sem_wait 10 years ago
Rémi Denis-Courmont 3e01621dc6 access: remove ACCESS controls, use STREAM 10 years ago
Rémi Denis-Courmont fdcd2b0fd1 udp: simplify timeout handling using atomic 10 years ago
Rémi Denis-Courmont da458bc49c access: info.b_eof is always false during probe 10 years ago
Rémi Denis-Courmont 2381c5b860 access: add flag for EOF in pf_block prototype 10 years ago
Thomas Guillem 967cd8e2d2 udp: don't preparse 10 years ago
Rémi Denis-Courmont 256919fcff udp: use more reasonable default buffer size (fixes #16315) 11 years ago
Ilkka Ollakka 36591a61c7 udp: add timeout parameter 11 years ago
Rémi Denis-Courmont b9d91820ea udp: simplify based on previous commit (refs #13979) 11 years ago
Rémi Denis-Courmont ce3bd683fe udp: improve out-of-memory handling 11 years ago
Rémi Denis-Courmont 57faaf399a udp: remove useless loop in the block callback 11 years ago
Rémi Denis-Courmont c0cdab15a4 Remove no longer used net_Read() argument 11 years ago
Rémi Denis-Courmont b70d2acf4c udp: fix locking (fixes #14234) and cancellation 12 years ago
Rémi Denis-Courmont 34b47be984 udp: use the new FIFO functions 12 years ago
Rémi Denis-Courmont efc27f3603 udp: avoid alloc/free on I/O error 12 years ago
Rémi Denis-Courmont 613ea43a83 udp: fix potential deadlock at exit 12 years ago
Rémi Denis-Courmont 00b9dd8cbc udp: memory leak 12 years ago
Ilkka Ollakka b0e5abcd7f udp: restore original flow without else block 12 years ago
Ilkka Ollakka 7fff679f14 udp: don't realloc in receiving, just set i_buffer 12 years ago
Rémi Denis-Courmont 26b2eff7cf access: simplify control default case, remove dummy warnings 13 years ago
Tzu-Jung Lee 57eee64625 udp: pull and buffer received packets in udp access module 13 years ago
Rémi Denis-Courmont a7440cbaed udp: handle error 13 years ago
Rémi Denis-Courmont 4c654c6a41 udp: remove impossible case 13 years ago
Rémi Denis-Courmont 5270796734 Replace block_New() with block_Alloc() 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rafaël Carré 90b7695c83 Mention 2.0.0 instead of 1.2.0 15 years ago
Rémi Denis-Courmont 31ac20b22f Unify (ACCESS|DEMUX)_GET_PTS_DELAY 15 years ago
Rémi Denis-Courmont e2138e80ee Remove redumdant family parameter to net_OpenDgram() 15 years ago
Rémi Denis-Courmont 33fbd25396 Remove server-port and mark it obsolete 15 years ago
Rémi Denis-Courmont 1ecc6bef45 Remove stray #define 15 years ago
Rémi Denis-Courmont f98a66cea0 add_integer: remove callback parameter 16 years ago
Rémi Duraffort 295b0e0752 Use var_Inherit* when applicable. 16 years ago
Rémi Duraffort 49c2f12198 access_udp: remove obsolete shortcuts. 16 years ago
Rémi Denis-Courmont 7e765ed139 Remove legacy casts 16 years ago
Rémi Denis-Courmont 6d4bc50f38 Rename access_t.psz_path to psz_location 17 years ago
JP Dinger 048c897eb3 A couple more obvious missing (int64_t) cast fixes. 17 years ago
Laurent Aimar 53a3b8597e Add most of *-caching options as safe 18 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 18 years ago
Laurent Aimar be19f7facc Removed useless ACCESS_GET_MTU/STREAM_GET_MTU. 18 years ago
Laurent Aimar f5ba2e366d Removed useless buffering at stream level. 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar fdbda686db Do not ask stream layer to buffer data in UDP. 18 years ago