Codebase list httping / e8899be
removed svn keywords Folkert van Heusden 8 years ago
32 changed file(s) with 1 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
1010 # do not wish to do so, delete this exception statement from your
1111 # version. If you delete this exception statement from all source
1212 # files in the program, then also delete it here.
13 # $Revision: 278 $
1413
1514 -include makefile.inc
1615
22 FILE=`mktemp`
33 FILE2=`mktemp`
44
5 echo \*\*\* HTTPing v`grep VERSION version | cut -d = -f 2` \(`echo $Revision$ | awk '{ print $2; }'`\) configure script \*\*\*
5 echo \*\*\* HTTPing v`grep VERSION version | cut -d = -f 2` configure script \*\*\*
66 echo
77
88 if [ -z "$CC" ]
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #include <libintl.h>
43 #include <errno.h>
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 void error_exit(const char *format, ...);
43 void set_error(const char *str, ...);
0 <?
1 # $Revision$
2 ?>
30 <HTML>
41 <BODY>
52 <TABLE BORDER='1'>
0 /* $Revision$ */
10 #include <libintl.h>
21 #include <math.h>
32 #include <stdlib.h>
0 /* $Revision$ */
10 void fft_init(int sample_rate_in);
21 void fft_free(void);
32 void fft_do(double *in, double *output_mag, double *output_phase);
0 /* $Revision$ */
10 #include <math.h>
21 #include <string.h>
32
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #ifndef __GEN_H__
43 #define __GEN_H__
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #include <assert.h>
43 #include <stdio.h>
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 int get_HTTP_headers(int socket_h, SSL *ssl_h, char **headers, int *overflow, double timeout);
43 int dumb_get_HTTP_headers(int socket_h, char **headers, double timeout);
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #include <errno.h>
43 #include <libintl.h>
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 ssize_t read_to(int fd, char *whereto, size_t len, double timeout);
43 ssize_t myread(int fd, char *whereto, size_t len, double timeout);
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision: 278 $ */
21
32 #define _GNU_SOURCE
43 #include <sys/ioctl.h>
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
2
31 #include <errno.h>
42 #include <libintl.h>
53 #include <string.h>
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #include <netdb.h>
43 #include <netinet/in.h>
0 /* $Revision$ */
10 #define _GNU_SOURCE
21 #include <stdio.h>
32 #include <libintl.h>
0 /* $Revision$ */
10 #include <ncurses.h>
21
32 extern char win_resize;
00 #! /usr/bin/python
1
2 # $Revision$
31
42 import sys
53 import json
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #include <sys/types.h>
43 #include <sys/time.h>
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #define incopy(a) *((struct in_addr *)a)
43
0 /* $Revision$ */
10 #include <libintl.h>
21 #include <unistd.h>
32 #include <stdio.h>
0 /* $Revision$ */
10 int socks5connect(int fd, struct addrinfo *ai, double timeout, const char *socks5_username, const char *socks5_password, const char *host, int port, char abort_on_resolve_failure);
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #include <sys/types.h>
43 #include <sys/time.h>
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 int create_socket(struct sockaddr *bind_to, struct addrinfo *ai, int recv_buffer_size, int tx_buffer_size, int max_mtu, char use_no_delay, int priority, int tos);
43 int connect_to(int fd, struct addrinfo *ai, double timeout, char *tfo, char *msg, int msg_len, char *msg_accepted);
0 /* $Revision$ */
10 #include <stdio.h>
21 #include <string.h>
32 #include <errno.h>
0 /* $Revision$ */
10 #include <fftw3.h>
21
32 int main(int argc, char *argv[])
0 /* $Revision$ */
10 #include <ncurses.h>
21
32 int main(int argc, char *argv[])
0 /* $Revision$ */
10 #include <ncurses/ncurses.h>
21
32 int main(int argc, char *argv[])
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #include <stdio.h>
43 #include <openssl/bio.h>
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 #define _GNU_SOURCE
43 #include <errno.h>
00 /* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
1 /* $Revision$ */
21
32 double get_ts(void);
43