Rémi Denis-Courmont
|
79f332e2d8
|
tls: replace fd with get_fd callback
|
11 years ago |
Rémi Denis-Courmont
|
2f5e439929
|
tls: use I/O vector for receiving
|
11 years ago |
Rémi Denis-Courmont
|
3f72fbddb7
|
compat: replace recvmsg()
|
11 years ago |
Rémi Denis-Courmont
|
9e3be9be6c
|
gnutls: use vectorized sends on all platforms
|
11 years ago |
Rémi Denis-Courmont
|
96868b6951
|
tls: use I/O vector for sending
|
11 years ago |
Rémi Denis-Courmont
|
95ba2e83f1
|
compat: replace sendmsg()
|
11 years ago |
Rémi Denis-Courmont
|
a3f92eaf5e
|
input: memory leak
(demux_Packetizer... could use some factorization with decoder_...)
|
11 years ago |
Rémi Denis-Courmont
|
d88dd80b1b
|
lua: memory leaks
|
11 years ago |
Francois Cartegnie
|
30c7f613f6
|
demux: ts: fix null deref (cid #1348115)
|
11 years ago |
Francois Cartegnie
|
781bd360e8
|
demux: avi: fix wrong test (cid #1348118)
|
11 years ago |
Tristan Matthews
|
6a50afb60d
|
smb: fix use after free (cid #1348119)
|
11 years ago |
Pierre Ynard
|
064449074c
|
youtube.lua: fix title parsing for website changes
Shallow fix only, but improved rationalization
|
11 years ago |
Rémi Denis-Courmont
|
b49edf56bb
|
http: use vlc_tls_Close()
|
11 years ago |
Rémi Denis-Courmont
|
153d9e3579
|
chromecast: descriptor leak
|
11 years ago |
Rémi Denis-Courmont
|
3956c4a698
|
httpd: simplify client destruction
|
11 years ago |
Rémi Denis-Courmont
|
1348cb1c47
|
ftp: load and unload X.509 certs only once
|
11 years ago |
Felix Paul Kühne
|
5f40a878b1
|
securetransport: fix segfault
|
11 years ago |
Thomas Guillem
|
64ae53f4ee
|
keystore: factor vlc_keystore_release_entry
|
11 years ago |
Hugo Beauzée-Luyssen
|
bd17fa5765
|
smb: Fix leak
|
11 years ago |
Thomas Guillem
|
c08eb8d3df
|
dsm: fix double dir separator in dir urls
|
11 years ago |
Thomas Guillem
|
908a40643f
|
dsm: don't always save credentials in options or in the keystore
- Never save guest credentials
- Don't save password in options if it's in the keystore
|
11 years ago |
Thomas Guillem
|
97640790ed
|
Revert "dsm: don't store creds in options when browsing a share or if we are a guest"
This reverts commit 76ae877d41.
|
11 years ago |
Thomas Guillem
|
6478eb26e3
|
dsm: fix logs
|
11 years ago |
Thomas Guillem
|
bed447c74f
|
stfp: don't save password in options if it's in the keystore
|
11 years ago |
Thomas Guillem
|
fefa2c56a4
|
credential: store returns true if creds come from the keystore
|
11 years ago |
Francois Cartegnie
|
9e06d25b14
|
demux: avi: workaround non interleaved on non fastseekable
|
11 years ago |
Francois Cartegnie
|
6530fc82b5
|
demux: avi: don't limit read by length on non fastseekable
|
11 years ago |
Francois Cartegnie
|
5a3410ab8f
|
demux: avi: use VLC_DEMUX_
|
11 years ago |
Francois Cartegnie
|
6beabe2c2a
|
demux: avi: don't skip master track for unseekable
|
11 years ago |
Francois Cartegnie
|
26ac8a6a65
|
demux: avi: raise chunk size to 2*CLOCK_FREQ for unseekable
refs toon.avi
|
11 years ago |
Francois Cartegnie
|
c586536a21
|
demux: avi: default to first track if none selected
avoids failing with delayed start tracks
|
11 years ago |
Francois Cartegnie
|
345b9c419d
|
demux: avi: fix master track selection with nonseekable
(otherwise drops packets)
|
11 years ago |
Francois Cartegnie
|
cb66960231
|
demux: avi: fix non seekable streams
|
11 years ago |
Francois Cartegnie
|
1491773b3f
|
demux: avi: add position on resync debug message
|
11 years ago |
Francois Cartegnie
|
af927e5e04
|
demux: avi: fix skipping junk with non seekable streams
|
11 years ago |
Francois Cartegnie
|
b157016c0e
|
demux: avi: add index entries debugging
|
11 years ago |
Rémi Denis-Courmont
|
03b5a33f99
|
gnutls: memory leak
|
11 years ago |
Rémi Denis-Courmont
|
5b6e77c6e4
|
dialog: memory leak
|
11 years ago |
Rémi Denis-Courmont
|
fe8f8bb20a
|
tls: test output congestion too
|
11 years ago |
Thomas Guillem
|
42698f7cb7
|
keystore: store a path even if it's not truncated
Fix storing a 1st level path.
|
11 years ago |
Thomas Guillem
|
85c89d9850
|
keystore: fix crash if entry path found is NULL
|
11 years ago |
Thomas Guillem
|
b1152f5c7c
|
keystore: store/find a decoded path
|
11 years ago |
Thomas Guillem
|
76ae877d41
|
dsm: don't store creds in options when browsing a share or if we are a guest
|
11 years ago |
Thomas Guillem
|
7c305abc2e
|
dsm: fix url encoding
- pf_readdir will return an encoded item.
- decode the url at opening.
|
11 years ago |
Thomas Guillem
|
7d86c023ab
|
smb: fix url encoding
- pf_readdir will return an encoded item.
- decode the url at opening.
|
11 years ago |
Rémi Denis-Courmont
|
ff14507829
|
tls: fix coverage report
GCC coverage does not like exec*().
|
11 years ago |
Rémi Denis-Courmont
|
2b5b2845f3
|
test: don´t link statically
|
11 years ago |
Rémi Denis-Courmont
|
062c2c3ea1
|
tls: revector test
|
11 years ago |
Thomas Guillem
|
ab9ea03472
|
kwallet: fix distcheck
|
11 years ago |
Thomas Guillem
|
1b6767de91
|
po: update POTFILES
|
11 years ago |