- 31 5月, 2013 9 次提交
-
-
由 Nathan Neulinger 提交于
FS-5379: --resolve fix skinny phone codec agreement issues due to incorrect hardwired ptime, update field names for future coding to be more descriptive
-
由 Nathan Neulinger 提交于
-
由 Nathan Neulinger 提交于
-
由 Mathieu Parent 提交于
FS-5268 --resolve thanks to Nathan Neulinger
-
由 Mathieu Parent 提交于
-
由 Mathieu Parent 提交于
Fixes #FS-5259 (Thanks to Nathan Neulinger for the patch)
-
由 Brian West 提交于
-
由 Steve Underwood 提交于
FS5202.
-
由 Brian West 提交于
-
- 29 5月, 2013 18 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Without setting errmsg to NULL here, we'll try to print this freed value again below if another error doesn't intercede.
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Not that it really matters since we're returning to the OS momentarily at that point anyway.
-
由 Travis Cross 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
fsg_search.c:263:2: error: non-void function 'fsg_search_reinit' should return a value [-Wreturn-type]
-
由 Travis Cross 提交于
clang: error: explicitly assigning a variable of type 'uint16_t' (aka 'unsigned short') to itself [-Werror,-Wself-assign]
-
由 Travis Cross 提交于
-
- 28 5月, 2013 3 次提交
-
-
由 Mariusz Czułada 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
- 26 5月, 2013 4 次提交
-
-
由 Travis Cross 提交于
Unused variables break the build with recent versions of gcc and clang.
-
由 Travis Cross 提交于
Disregard the supplemental commit text on commit a744b202. switch_util_quote_shell_arg() is fine.
-
由 Travis Cross 提交于
Note that the function switch_util_quote_shell_arg is implemented incorrectly for unix shells, so this is still not safe until that function is fixed. Reported-by:
Nathan Neulinger <nneul@mst.edu> FS-5450 --resolve
-
由 Travis Cross 提交于
We were using both switch_util_quote_shell_arg and switch_string_replace without freeing the results even though both functions malloc.
-
- 25 5月, 2013 6 次提交
-
-
由 Travis Cross 提交于
Thanks-to: Nathan Neulinger <nneul@mst.edu> FS-5448 --resolve
-
由 Travis Cross 提交于
Thanks-to: Mariusz Czułada <manieq.net@gmail.com>
-
由 Travis Cross 提交于
Thanks-to: Alexandre Snarskii <snar@snar.spb.ru> FS-5465 --resolve
-
由 Travis Cross 提交于
FS-5472 --resolve
-
由 Travis Cross 提交于
This fixes the build on gcc-4.7.3. The build was breaking with: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
-
由 William King 提交于
-