Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -94/+0 |
| | |||||
* | Fix initialization of threading | Aris Adamantiadis | 2010-09-01 | 1 | -0/+1 |
| | |||||
* | Begin of a solution for threading | Aris Adamantiadis | 2010-08-30 | 1 | -0/+4 |
| | |||||
* | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | poll: Added a cleanup function to free the ws2_32 library. | Andreas Schneider | 2010-05-17 | 1 | -0/+1 |
| | |||||
* | Describe the main group a bit. | Andreas Schneider | 2010-02-07 | 1 | -1/+3 |
| | |||||
* | Improve the session documentation. | Andreas Schneider | 2010-02-05 | 1 | -8/+11 |
| | |||||
* | Added a global poll context | Aris Adamantiadis | 2009-12-11 | 1 | -1/+2 |
| | |||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+2 |
| | |||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+2 |
| | |||||
* | Fix a typo. | Andreas Schneider | 2009-07-27 | 1 | -1/+2 |
| | |||||
* | forgot init.c in copyright updates | Aris Adamantiadis | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | Set correct hint when connecting to an IP address | Aris Adamantiadis | 2009-07-12 | 1 | -0/+3 |
| | | | | | | | | libssh now uses a regular expression against destination hostnames to match numerical IP addresses and set the appropriate hint. Patches also add init and finalize code to compile the regexp | ||||
* | ssh_init() | Aris Adamantiadis | 2009-06-15 | 1 | -1/+18 |
| | | | | | | | fixes in client.c and server.c for this git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@778 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Change back to a initialized variable and document ssh_finalize(). | Andreas Schneider | 2009-04-18 | 1 | -4/+7 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@557 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Revert commit 491. | Andreas Schneider | 2009-04-16 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@492 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Make dh crypto functions thread safe. | Andreas Schneider | 2009-04-16 | 1 | -1/+0 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@491 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -21/+24 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@305 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix several build warnings. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@214 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | doxygen fixes. Mostly typos and some comments. | Aris Adamantiadis | 2008-11-04 | 1 | -1/+12 |
| | | | | | | | sftp must be fully documented ! git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@187 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | second part of win32 changes | Aris Adamantiadis | 2008-03-07 | 1 | -0/+6 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@143 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak + | Aris Adamantiadis | 2008-03-03 | 1 | -0/+1 |
| | | | | | | | "g" and "p" O(1) memleak. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@134 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add ssh_finalize to handle finalization of libssh and underlying cryptographic | Jean-Philippe Garcia Ballester | 2006-07-09 | 1 | -0/+34 |
library. Add corresponding paragraph in API draft. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@75 7dcaeef0-15fb-0310-b436-a5af3365683c |