Mon, 31 Mar 2008 02:17:53 +0000 |
Stu Tomlinson |
Make some more things static
|
Tue, 18 Dec 2007 08:42:41 +0000 |
Mark Doliner |
Create a purple_gai_strerror() function similar to g_str_error() which
|
Sat, 01 Dec 2007 03:41:37 +0000 |
Etan Reisner |
merge of '282b4acb46729e4358221cb7cc78ad9373289199'
|
Fri, 30 Nov 2007 23:25:28 +0000 |
Daniel Atallah |
Allow UPnP and NAT-PMP port mapping to be disabled via a pref. This means that UPnP discovery will not occur if this new pref and the "Autodetect IP Address" pref are both unchecked. Fixes #4157.
|
Mon, 19 Nov 2007 23:06:16 +0000 |
Etan Reisner |
merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
|
Tue, 13 Nov 2007 04:29:06 +0000 |
Daniel Atallah |
Don't map the port used for bonjour file transfers externally. This adds a new function that will go away in 3.0.0 when we can modify purple_network_do_listen to take an additional parameter.
|
Sat, 03 Nov 2007 17:52:28 +0000 |
Nathan Walp |
replace most calls to strerror with calls to g_strerror. strerror will return
|
Thu, 18 Oct 2007 02:11:23 +0000 |
Etan Reisner |
Make purple_xfers_uninit, purple_network_uninit, and purple_plugins_uninit
|
Sun, 21 Oct 2007 04:46:33 +0000 |
Luke Schierer |
applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a3
|
Sun, 16 Sep 2007 01:05:22 +0000 |
Sean Egan |
remove gpl boilerplate from doxygen docs
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Wed, 05 Sep 2007 22:33:22 +0000 |
Sadrul Habib Chowdhury |
Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
|
Tue, 04 Sep 2007 18:08:14 +0000 |
Daniel Atallah |
Store the socket_type in the PurpleNetworkListenData correctly so that callback functions can use it correctly. Fixes #2933.
|
Fri, 24 Aug 2007 19:43:41 +0000 |
Daniel Atallah |
Fix some conversion warnings about using negative values with unsigned types. There are more, but these were easy fixes. You may think that I'm changing the API, but I'm really not - it was just wrong.
|
Sun, 01 Jul 2007 01:54:25 +0000 |
Nick Hebner |
Fix up some linkage to compile on Visual Studio. He claims this doesn't
|