You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pavel Roskin
65ac8e758b
Fix memory leak: free session data
...
Call scp_session_destroy() in the functions that call
scp_session_create() and nowhere else.
As found by Valgrind, the session data is not freed if the session is
created successfully.
8 years ago
..
Makefile.am
Move headers from EXTRA_DIST to sources, sort alphabetically
9 years ago
libscp.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_commands.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_commands_mng.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_connection.c
Log malloc errors with LOG_LEVEL_ERROR
8 years ago
libscp_connection.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_init.c
Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line number
8 years ago
libscp_init.h
Fix typos
9 years ago
libscp_lock.c
Typo fixes
9 years ago
libscp_lock.h
More spelling fixes found by codespell and aspell
9 years ago
libscp_session.c
Log malloc errors with LOG_LEVEL_ERROR
8 years ago
libscp_session.h
Fix warnings detected by -Wwrite-strings
8 years ago
libscp_tcp.c
Fix typos
9 years ago
libscp_tcp.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_types.h
Remove unused string support in scp_session_set_addr()
8 years ago
libscp_types_mng.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_v0.c
Check return value of scp_session_set_bpp()
9 years ago
libscp_v0.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_v1c.c
Use g_new or g_new0 when C++ compiler would complain about implicit cast
8 years ago
libscp_v1c.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_v1c_mng.c
Use g_new or g_new0 when C++ compiler would complain about implicit cast
8 years ago
libscp_v1c_mng.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_v1s.c
Fix memory leak: free session data
8 years ago
libscp_v1s.h
Fix warnings detected by -Wwrite-strings
8 years ago
libscp_v1s_mng.c
Fix warnings detected by -Wwrite-strings
8 years ago
libscp_v1s_mng.h
Fix warnings detected by -Wwrite-strings
8 years ago
libscp_vX.c
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_vX.h
Fix typos
9 years ago