1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-16 15:04:37 -04:00
elinks/src/protocol
Jonas Fonseca b9d66bd9bd Fix compilation on Minix3
- Include arpa/inet.h to get hton* ntoh* functions.
 - Use socklen_t instead of int.
 - Try to define PF_INET to AF_INET if it doesn't exist.

Reported-by: Andy Tanenbaum <ast@cs.vu.nl>
2006-08-22 22:18:00 +02:00
..
auth do_auth_dialog: Don't claim that the authentication is for HTTP. 2006-08-06 20:02:36 +00:00
bittorrent Fix compilation on Minix3 2006-08-22 22:18:00 +02:00
file Made directory listings XML compliant 2006-07-31 13:24:39 +02:00
finger NET: Move cache entry normalization to abort_connection 2006-02-08 21:40:08 +01:00
fsp Made directory listings XML compliant 2006-07-31 13:24:39 +02:00
ftp Added output parameter to the get_filesize_from_RETR. It indicates 2006-08-19 09:11:53 +02:00
gopher Trim trailing whitespaces. 2006-07-27 09:51:10 +02:00
http http_negotiate_get(): only change *is_new on successful allocation. 2006-06-16 16:27:28 +02:00
nntp NNTP: Use state instead of conn->state, since it hasn't been updated yet 2006-02-08 21:04:19 +01:00
rewrite Autogenerate .vimrc files and put the master in config/vimrc 2006-01-15 18:38:58 +01:00
smb NET: Move cache entry normalization to abort_connection 2006-02-08 21:40:08 +01:00
about.c Fixed about: 2006-08-13 08:58:20 +02:00
about.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
common.c Local file browsing works under Windows. It is done lame way. 2006-07-02 19:20:27 +02:00
common.h DIRLIST: Add helper to at start of (HTML) directory listing 2006-01-30 01:22:31 +01:00
data.c Fix data: protocol 2006-06-08 17:42:27 +00:00
data.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
date.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
date.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
header.c parse_header_param: better describe behaviour when @ret is NULL 2006-06-23 06:07:22 +00:00
header.h parse_header_param stores the string via a pointer parameter. 2006-06-05 20:22:53 +00:00
Makefile DIRLIST: Add helper to at start of (HTML) directory listing 2006-01-30 01:22:31 +01:00
protocol.c Modularise HTTP authentication 2006-05-20 15:01:23 +00:00
protocol.h - FSP protocol 2006-01-16 11:40:13 +01:00
proxy.c Use enum connection_state 2006-01-28 20:21:09 +00:00
proxy.h enum connection_state instead of int to satisfy tcc 2006-04-05 16:27:16 +02:00
uri.c Local file browsing works under Windows. It is done lame way. 2006-07-02 19:20:27 +02:00
uri.h Local file browsing works under Windows. It is done lame way. 2006-07-02 19:20:27 +02:00
user.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
user.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00