summaryrefslogtreecommitdiff
path: root/gio/src/proxyresolver.ccg
Commit message (Collapse)AuthorAgeFilesLines
* C++11: Use nullptr.Murray Cumming2015-07-161-1/+1
|
* C++11: More use of auto.Murray Cumming2015-07-151-1/+1
|
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-2/+2
|
* Strip trailing whitespace.Mark Vender2012-10-291-1/+1
| | | | | | | * gio/giomm/*.[h|cc]: * gio/src/*.[hg|ccg]: * glib/glibmm/*.[h|cc]: * glib/src/*.[hg|ccg]: Strip trailing whitespace. Bug #681072.
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+1
| | | | | | | | | | | | * tools/m4/base.m4: Include <glibmm/ustring.h> and <sigc++/sigc++.h> by default in header files of generated files in modules other than glibmm. This should make compilation faster for those modules. * gio/src/*.{h,cc}g: * gio/giomm/slot_async.cc: Adjust includes according to the above change. Bug #662597
* Dealt with several TODOs.Murray Cumming2011-02-151-2/+3
| | | | | * gio/src/*.[hg|ccg]: Mostly just adding hand-coded documentation, and changing some new methods to use std::vector.
* giomm: Added remaining Proxy and ProxyResolver methods.Murray Cumming2010-09-031-0/+28
| | | | | * gio/src/proxy.[hg|ccg]: Added connect_async(). * gio/src/proxyresolver.[hg|ccg]: Added lookup_async().
* giomm: Added Proxy, ProxyAddress and ProxyResolver.Murray Cumming2010-09-021-0/+39
* gio/src/proxy.[hg|ccg]: * gio/src/proxyaddress.[hg|ccg]: * gio/src/proxyresolver.[hg|ccg]: New files, not complete.