]> git.sesse.net Git - vlc/history - src/text/strings.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / text / strings.c
2010-08-03 Rémi Denis-CourmontDo not export vlc_wclosedir()
2010-07-30 Rémi Denis-Courmontmake_URI: fix assertion failures (fix #3956)
2010-07-24 Rémi Denis-CourmontPlus sign must not be decoded in URI
2010-07-20 Erwan Tuloumake_URI(Win32): rather default to "file" than format...
2010-07-15 Rémi DuraffortFix compiler warning.
2010-07-11 Rémi Denis-CourmontReturn 64-bits values for integer object variables
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-06-17 Rémi Denis-Courmontsn?printf -> strl?cpy
2010-06-17 Rémi Denis-Courmontstr_format_meta: use lldiv, do less math
2010-05-13 Pierre YnardWinCE: try to fix make_path()
2010-05-11 Pierre YnardCorrect English in comment
2010-04-11 Erwan Tuloustrings: typo
2010-02-28 Rémi Denis-CourmontWin32: convert file:// URI to path correctly
2010-02-20 Rémi Denis-Courmontdecode_URI: do not call EnsureUTF8
2010-02-11 Erwan Tuloucore: debug make_path for windows
2010-02-11 Antoine CellerierUntested windows compile fix.
2010-02-10 Antoine CellerierChange filename_sanitize() to work on original string...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-07 Rémi Denis-CourmontMisc: remove leading underscores
2010-01-30 Rémi Denis-Courmontmake_path: make a local file path from an URI
2010-01-30 Rémi Denis-CourmontFix make_URI documentation
2009-12-26 Rémi Denis-CourmontReally make a valid URI for '-'
2009-12-26 Rémi Denis-CourmontRevert "Win32: fix #2592 (stdin file input). It may...
2009-12-26 Geoffroy CouprieWin32: fix #2592 (stdin file input). It may impact...
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-07-15 Rémi Denis-Courmontconvert_xml_special_chars: factor
2009-07-12 Rémi Denis-Courmontmake_URI: handle Windows UNC paths
2009-07-12 Rémi Denis-Courmontinput "time" is a time variable, fix assertion failure
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 JP DingerA few sprintf()+n in text/strings.c
2009-05-29 Rafaël CarréRemove unused unescape_URI() and unescape_URI_duplicate()
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-05-15 Jean-Paul SamanCompile fix: Include limits.h when using PATH_MAX
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Jean-Paul SamanCompile fix: Include limits.h when using PATH_MAX
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-Courmontmake_URI: make a URI out of a path, if needed
2009-05-10 Rémi Denis-Courmontdecode_URI: improve documentation, add a return value
2009-04-05 Rémi Denis-CourmontWin32: canonicalize path separator, avoid isalpha(...
2009-04-05 Rémi Denis-Courmontresolve_xml_special_chars handles non-ASCII Unicode...
2009-04-04 Rémi Duraffortfilename_sanitize: spaces are forbidden only when begin...
2009-03-31 Rémi Duraffortalbum art: use filename_sanitize function
2009-02-28 Rémi Denis-Courmontstr_format_meta: take the input stats lock as needed
2009-01-17 Laurent AimarPrivatized p_input->i_time.
2008-10-26 Rémi Denis-Courmontsyntax error
2008-10-26 Rémi Denis-Courmontresolve_xml_special_chars: don't reinvent bsearch()
2008-10-26 Rémi Denis-CourmontSimplify entity table a little
2008-10-26 Rémi Denis-Courmontresolve_xml_special_chars: add non-breakable space
2008-10-25 Rémi Denis-Courmontstr_format_time: do not hard-code buffer length - fix...
2008-09-27 Rémi Denis-Courmontencode_URI_component: fix and cleanup
2008-09-23 Antoine CellerierOops.
2008-09-23 Antoine CellerierFurther optimize function
2008-09-23 Rémi Denis-CourmontSpare 236 relocations, mark data as constant.
2008-09-22 Antoine CellerierUndef a few local macros.
2008-09-22 Antoine CellerierAdd comment to make sure people don't mess up.
2008-09-22 Antoine CellerierClean up and speed up resolve_xml_special_chars().
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-08-27 Antoine CellerierAlways enforce the "don't show if unavailable" option...
2008-07-12 Pierre d'Herbemonttext: Remove forbidden, and subject to race, playlist...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-03-24 Rafaël CarréDo not use sprintf without a format
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-02-28 Antoine CellerierAdd format string variable to display frame count....
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rafaël Carréfix #1362 (replace ':' with '_' in filenames on macosx)
2007-12-01 Rafaël Carrévlc_b64_decode_binary_to_buffer(): i_dst is the size...
2007-09-17 Rafaël Carréstr_format_meta(): fix HUGE memory leak & segfault.
2007-09-16 Rémi Denis-CourmontError handling
2007-09-12 Rémi Denis-CourmontCosmetic
2007-09-11 Christophe MutricyRemove always true tests
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-07-01 Antoine CellerierAdd option to format strings to prevent displaying...
2007-05-18 Antoine Cellerier* src/text/strings.c: Add a lot of entities to the...
2007-04-30 Rémi Denis-CourmontHandle errors without crashing
2007-04-10 Damien Fouilleullibvlc_video_take_snapshot: removed kludge and fixed...
2007-03-11 Rémi Denis-CourmontFix a bunch of errors in PO files (fuzzy file descripti...
2007-03-02 Antoine CellerierDon't authorize "." or ".." for filenames.
2007-03-01 Antoine CellerierOops.
2007-03-01 Antoine Cellerier * Fix forbiden windows characters list. (in fact it...
2007-03-01 Antoine CellerierDots are allowed in filenames (even on WIN32...). Thank...
2007-02-27 Laurent AimarAdded vlc_b64_decode_binary_to_buffer/vlc_b64_decode_bi...
2007-02-25 Laurent AimarAdded vlc_b64_encode_binary (include/vlc_strings.h...
2007-02-10 Rémi Denis-CourmontDe-inline base64 decoder
2007-01-26 Antoine CellerierOops.
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory