summaryrefslogtreecommitdiff
path: root/libpurple/win32/libc_interface.h
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unused getsockname win32 wrapperElliott Sales de Andrade2022-10-241-4/+0
* Replace gethostname by g_get_host_nameElliott Sales de Andrade2021-03-041-3/+0
* Remove more unused Windows wrapper partsElliott Sales de Andrade2021-02-131-4/+0
* Remove unused Windows ioctl wrapper.Elliott Sales de Andrade2021-02-131-4/+0
* Delete some now-unused networking bitsElliott Sales de Andrade2020-12-211-51/+0
* remove wpurple_strerrorGary Kramlich2020-10-141-6/+0
* Remove unused Windows compatibility functions.Elliott Sales de Andrade2019-10-301-14/+0
* Use g_(v)snprintf so we need less wrappers.Elliott Sales de Andrade2019-10-301-2/+0
* Use g_rename directly instead of rename.Elliott Sales de Andrade2019-10-301-3/+0
* Use g_fchmod instead of fchmod to remove wrapper.Elliott Sales de Andrade2019-10-301-3/+0
* Fix libpurple header guards using reserved names.Elliott Sales de Andrade2019-07-031-3/+3
* Use G_BEGIN_DECLS and G_END_DECLS instead of raw extern "C"Mike Ruprecht2018-12-141-6/+2
* Fix legacy win32 buildTomasz Wasilczyk2014-04-241-1/+2
* cross-win32: make use of WIN32_LEAN_AND_MEAN defineTomasz Wasilczyk2014-04-241-0/+3
* cross-win32: hide glib bug of mismatched g_stat and GStatBuf for win32 (not w...Tomasz Wasilczyk2014-04-171-0/+1
* cross-win32: don't redefine (v)snprintf on mingw64Tomasz Wasilczyk2014-04-171-4/+6
* cross-win32: fix socklen_t check, win32dep.h include, undef pthread's localti...Tomasz Wasilczyk2014-04-151-0/+2
* propagate from branch 'im.pidgin.pidgin.2.x.y' (head fc06dd6b7c3f7dc1ba81cbba...Daniel Atallah2011-12-131-1/+1
|\
| * Remove wpurple_rename(). I suspect nobody actually ever used it directlyDaniel Atallah2011-08-261-1/+1
* | Fix the compilation of the Bonjour prpl on Windows.Eion Robb2011-12-131-0/+3
|/
* Win32 build updatesDaniel Atallah2010-02-181-7/+2
* Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.John Bailey2009-08-221-7/+0
* Warnings cleanup from Lee Roach. Fixes #6242.Daniel Atallah2008-08-311-3/+0
* Patch from vladb to remove a C++ protected word ("namespace") from win32 libp...Daniel Atallah2008-04-151-2/+2
* Add extern "C" wrappers to win32 headers. There is also a change here that I...Daniel Atallah2008-03-241-0/+10
* Fix the win32 build for the file synchronization changes. Hopefully this will...Daniel Atallah2007-11-091-0/+2
* Fix all our calls to fcntl(listenfd, F_SETFL, O_NONBLOCK);Mark Doliner2007-10-141-2/+2
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* bcopy and bzero shouldn't be used. This allows Alver to compile nat-pmp.c on...Daniel Atallah2007-08-141-2/+0
* Fix up some macros for Visual Studio. --rlaagerNick Hebner2007-07-011-4/+4
* Fix some S_ISDIR calls to work with Visual Studio. --rlaagerNick Hebner2007-07-011-0/+10
* move internal stuff to libc_internal.h to fix warningsDaniel Atallah2007-03-231-33/+6
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-53/+53
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+173