2010-06-17 |
Rémi Denis-Courmont | sn?printf -> strl?cpy |
tree | commitdiff |
2010-06-17 |
Rémi Denis-Courmont | str_format_meta: use lldiv, do less math |
tree | commitdiff |
2010-06-05 |
Rémi Denis-Courmont | Typos |
tree | commitdiff |
2010-05-25 |
Francois Cartegnie | NAME_MAX is undefined on SunOS |
tree | commitdiff |
2010-05-13 |
Pierre Ynard | WinCE: try to fix make_path() |
tree | commitdiff |
2010-05-11 |
Pierre Ynard | Correct English in comment |
tree | commitdiff |
2010-04-17 |
Rémi Denis-Courmont | NAME_MAX requires <limits.h> |
tree | commitdiff |
2010-04-17 |
Rémi Denis-Courmont | vlc_readdir: thread-safety fix |
tree | commitdiff |
2010-04-16 |
Rémi Denis-Courmont | Win32: vlc_rename() needs to erase target file first... |
tree | commitdiff |
2010-04-11 |
Erwan Tulou | strings: typo |
tree | commitdiff |
2010-04-10 |
Rémi Denis-Courmont | fdopendir does not imply openat (fix #3505) |
tree | commitdiff |
2010-04-03 |
Erwan Tulou | mediadirs: better detection for recorded material |
tree | commitdiff |
2010-04-03 |
Erwan Tulou | net: fix socket blocking if accept4 not available |
tree | commitdiff |
2010-03-31 |
Rémi Denis-Courmont | Compile fix |
tree | commitdiff |
2010-03-31 |
Rémi Denis-Courmont | vlc_accept: accept() with close-on-exec |
tree | commitdiff |
2010-03-31 |
Rémi Denis-Courmont | vlc_socket: create socket with close-on-exec à la vlc_dup() |
tree | commitdiff |
2010-03-03 |
Rémi Denis-Courmont | utf8_lstat -> vlc_lstat for consistency |
tree | commitdiff |
2010-02-28 |
Rémi Denis-Courmont | Win32: convert file:// URI to path correctly |
tree | commitdiff |
2010-02-20 |
Rémi Denis-Courmont | decode_URI: do not call EnsureUTF8 |
tree | commitdiff |
2010-02-14 |
Rémi Denis-Courmont | add vlc_openat wrapper around openat |
tree | commitdiff |
2010-02-11 |
Erwan Tulou | core: debug make_path for windows |
tree | commitdiff |
2010-02-11 |
Antoine Cellerier | Untested windows compile fix. |
tree | commitdiff |
2010-02-10 |
Antoine Cellerier | Change filename_sanitize() to work on original string... |
tree | commitdiff |
2010-02-09 |
Rémi Denis-Courmont | Remove pl_Release, and rename pl_Hold back to pl_Get |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | WinCE: trivial compile fix |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | vlc_dup: dup with close-on-exec |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | utf8_* -> vlc_* (sed roxxors) |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | Split file path functions out of vlc_charset.h into... |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | Misc: remove leading underscores |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | IsUTF8: reject surrogates and non-Unicode code points |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | IsUTF8: use clz |
tree | commitdiff |
2010-02-06 |
Rémi Denis-Courmont | IsUTF8: redumdant check for nul |
tree | commitdiff |
2010-01-30 |
Rémi Denis-Courmont | Remove GetFallbackEncoding() |
tree | commitdiff |
2010-01-30 |
Rémi Denis-Courmont | Win32: minor thread-safety fix |
tree | commitdiff |
2010-01-30 |
Rémi Denis-Courmont | make_path: make a local file path from an URI |
tree | commitdiff |
2010-01-30 |
Rémi Denis-Courmont | Fix make_URI documentation |
tree | commitdiff |
2010-01-25 |
Laurent Aimar | Fixed compilation after FromCharset. |
tree | commitdiff |
2010-01-25 |
Laurent Aimar | Added FromCharset helper. |
tree | commitdiff |
2010-01-11 |
Rémi Denis-Courmont | Remove useless <errno.h> inclusions |
tree | commitdiff |
2009-12-26 |
Rémi Denis-Courmont | Really make a valid URI for '-' |
tree | commitdiff |
2009-12-26 |
Rémi Denis-Courmont | Revert "Win32: fix #2592 (stdin file input). It may... |
tree | commitdiff |
2009-12-26 |
Geoffroy Couprie | Win32: fix #2592 (stdin file input). It may impact... |
tree | commitdiff |
2009-12-06 |
Rémi Denis-Courmont | Do not assert memory allocations |
tree | commitdiff |
2009-12-05 |
JP Dinger | Introduce realloc_or_free() to src/*, and add assert... |
tree | commitdiff |
2009-11-23 |
Rémi Denis-Courmont | Convert "rate" variable to float everywhere |
tree | commitdiff |
2009-11-04 |
Rémi Denis-Courmont | Build fix |
tree | commitdiff |
2009-11-04 |
Rémi Denis-Courmont | open: O_CLOEXEC is ignored by older kernel, fix & simplify |
tree | commitdiff |
2009-10-19 |
Rémi Denis-Courmont | Maemo: assume UTF-8 codeset |
tree | commitdiff |
2009-09-08 |
Christophe Mutricy | No fallback for Sorani |
tree | commitdiff |
2009-09-07 |
Christophe Mutricy | Add some fallback for language we have a translation |
tree | commitdiff |
2009-09-06 |
Rémi Denis-Courmont | Win32: FromLocale/ToLocale: fix stack underflow on... |
tree | commitdiff |
2009-08-18 |
Felix Paul Kühne | Fixed crashes introduced in [aee0317592c43b4fa6d9d84bc2... |
tree | commitdiff |
2009-08-15 |
Rémi Denis-Courmont | utf8_open: make third parameter optional |
tree | commitdiff |
2009-07-16 |
Rémi Duraffort | free(NULL) is safe. |
tree | commitdiff |
2009-07-15 |
Rémi Denis-Courmont | convert_xml_special_chars: factor |
tree | commitdiff |
2009-07-13 |
Laurent Aimar | State what is the current stop condition in iso639_lang_t. |
tree | commitdiff |
2009-07-12 |
Rémi Denis-Courmont | make_URI: handle Windows UNC paths |
tree | commitdiff |
2009-07-12 |
Rémi Denis-Courmont | input "time" is a time variable, fix assertion failure |
tree | commitdiff |
2009-07-12 |
Rémi Denis-Courmont | ISO-639: add a whole bunch of native language names... |
tree | commitdiff |
2009-07-12 |
Rémi Denis-Courmont | SO friendliness |
tree | commitdiff |
2009-06-10 |
Rémi Denis-Courmont | Korean: use CP494 rather than EUC-KR |
tree | commitdiff |
2009-05-31 |
Rémi Denis-Courmont | Merge commit 'origin/base' |
tree | commitdiff |
2009-05-30 |
JP Dinger | A few sprintf()+n in text/strings.c |
tree | commitdiff |
2009-05-29 |
Rafaël Carré | Remove unused unescape_URI() and unescape_URI_duplicate() |
tree | commitdiff |
2009-05-25 |
Rémi Denis-Courmont | Revert "correct realloc() usage, on failure realloc... |
tree | commitdiff |
2009-05-24 |
Jean-Paul Saman | correct realloc() usage, on failure realloc will return... |
tree | commitdiff |
2009-05-15 |
Jean-Paul Saman | Compile fix: Include limits.h when using PATH_MAX |
tree | commitdiff |
2009-05-14 |
Jean-Baptiste Kempf | Merge commit 'origin/1.0-bugfix' |
tree | commitdiff |
2009-05-14 |
Geoffroy Couprie | wince: replace _wrename by MoveFileW |
tree | commitdiff |
2009-05-14 |
Rémi Denis-Courmont | Merge commit 'origin/1.0-bugfix' |
tree | commitdiff |
2009-05-13 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
tree | commitdiff |
2009-05-13 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
tree | commitdiff |
2009-05-13 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
tree | commitdiff |
2009-05-13 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
tree | commitdiff |
2009-05-13 |
Geoffroy Couprie | wince: replace _wrename by MoveFileW |
tree | commitdiff |
2009-05-12 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
tree | commitdiff |
2009-05-12 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
tree | commitdiff |
2009-05-12 |
Jean-Paul Saman | Compile fix: Include limits.h when using PATH_MAX |
tree | commitdiff |
2009-05-10 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
tree | commitdiff |
2009-05-10 |
Rémi Denis-Courmont | make_URI: make a URI out of a path, if needed |
tree | commitdiff |
2009-05-10 |
Rémi Denis-Courmont | decode_URI: improve documentation, add a return value |
tree | commitdiff |
2009-05-07 |
Rémi Denis-Courmont | Implement utf8_rename |
tree | commitdiff |
2009-04-17 |
Cyril Mathé | Add a us_strtof function to prevent some problem |
tree | commitdiff |
2009-04-05 |
Rémi Denis-Courmont | Win32: canonicalize path separator, avoid isalpha(... |
tree | commitdiff |
2009-04-05 |
Rémi Denis-Courmont | resolve_xml_special_chars handles non-ASCII Unicode... |
tree | commitdiff |
2009-04-04 |
Rémi Duraffort | filename_sanitize: spaces are forbidden only when begin... |
tree | commitdiff |
2009-03-31 |
Rémi Duraffort | album art: use filename_sanitize function |
tree | commitdiff |
2009-02-28 |
Rémi Denis-Courmont | str_format_meta: take the input stats lock as needed |
tree | commitdiff |
2009-01-27 |
Rémi Denis-Courmont | Linux: (try to) set close-on-exec in open() system... |
tree | commitdiff |
2009-01-27 |
Rémi Denis-Courmont | utf8_open: set the close-on-exec descriptor flag |
tree | commitdiff |
2009-01-17 |
Laurent Aimar | Privatized p_input->i_time. |
tree | commitdiff |
2008-12-02 |
Michael Hanselmann | Add us_asprintf function |
tree | commitdiff |
2008-11-18 |
Laurent Aimar | Use vlc_rand_bytes for utf8_mkstemp. |
tree | commitdiff |
2008-11-17 |
Laurent Aimar | Added a utf8_mkstemp implementation. |
tree | commitdiff |
2008-11-04 |
Pierre Ynard | WinCE: fix includes |
tree | commitdiff |
2008-11-04 |
Geoffroy Couprie | WinCE: replace _wmkdir by _mkdir |
tree | commitdiff |
2008-10-26 |
Rémi Denis-Courmont | syntax error |
tree | commitdiff |
2008-10-26 |
Rémi Denis-Courmont | resolve_xml_special_chars: don't reinvent bsearch() |
tree | commitdiff |
2008-10-26 |
Rémi Denis-Courmont | Simplify entity table a little |
tree | commitdiff |
2008-10-26 |
Rémi Denis-Courmont | resolve_xml_special_chars: add non-breakable space |
tree | commitdiff |
next |