Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News C++ Sockets 2.2.9 (Default branch) Post 302163384 by Linux Bot on Thursday 31st of January 2008 10:30:04 PM
Old 01-31-2008
C++ Sockets 2.2.9 (Default branch)

C++ Sockets is a cross-platform C++ wrapper forBSD-style sockets. It implements the TCP, UDP,ICMP, and SCTP transport layer protocols.Implemented application layer protocols areHTTP/HTTPS (using OpenSSL), SMTP (server), andAjp/1.3 (server). Features include transparentSOCKS4 client support and asynchronous DNS.Included in the library are a number of HTTPclient functions such as GET/PUT/POST, and alsoWeb server framework components.License: GNU General Public License (GPL)Changes:
A memory leak in TcpSocket was fixed. Potentiallyunsafe code in the HTTP form data parser(HttpdForm) was fixed. A memory and resource leakin HttpRequest was fixed.Ajp13Socket/HttpBaseSocket now creates a copy ofthe HttpResponse instance when sending a response,to avoid synchronization problems. An unnecessarycall to shutdown() when destroying a closed tcpsocket was removed. A brief "INSTALL" document wasadded.Image

More...
 

We Also Found This Discussion For You

1. Programming

Help with sockets in C

if i have a server which wants to connect to exactly 5 clients, does that mean i need 5 socket file descriptors and use listen(socket_fd,1); for each one or just do listen(socket_fd,5) also whats the second parameter number mean? what happens if i put 0 there? also if i am connected... (28 Replies)
Discussion started by: omega666
28 Replies
feed2imap(1)						      General Commands Manual						      feed2imap(1)

NAME
feed2imap - clever RSS/ATOM feed aggregator SYNOPSIS
feed2imap [OPTIONS] DESCRIPTION
feed2imap is an RSS/Atom feed aggregator. After Downloading feeds (over HTTP or HTTPS), it uploads them to a specified folder of an IMAP mail server. The user can then access the feeds using Mutt, Evolution, Mozilla Thunderbird or even a webmail. -V, --version Show version information. -v, --verbose Run in verbose mode. -c, --rebuild-cache Rebuilds the cache. Fetches all items and mark them as already seen. Useful if you lose your .feed2imap.cache file. -f, --config file Use another config file (~/.feed2imaprc is the default). SEE ALSO
Homepage : http://home.gna.org/feed2imap/ feed2imaprc(5), feed2imap-cleaner(1), feed2imap-dumpconfig(1), feed2imap-opmlimport(1) AUTHOR
Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Jul 25, 2005 feed2imap(1)
All times are GMT -4. The time now is 06:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy