[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Change end-of-file NLNL convention. It turns out arma I an...
Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv4061/src/common
Modified Files:
aes.c aes.h compat.c compat.h container.c container.h crypto.c
crypto.h log.c log.h test.h torgzip.c torgzip.h torint.h
tortls.c tortls.h util.c util.h
Log Message:
Change end-of-file NLNL convention. It turns out arma I and I agree.
Index: aes.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/aes.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- aes.c 9 Jun 2005 16:46:50 -0000 1.19
+++ aes.c 9 Jun 2005 19:03:31 -0000 1.20
@@ -812,3 +812,4 @@
rk[3];
PUTU32(ct + 12, s3);
}
+
Index: aes.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/aes.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- aes.h 9 Jun 2005 16:46:50 -0000 1.11
+++ aes.h 9 Jun 2005 19:03:31 -0000 1.12
@@ -28,3 +28,4 @@
void aes_adjust_counter(aes_cnt_cipher_t *cipher, long delta);
#endif
+
Index: compat.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/compat.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- compat.c 7 Jun 2005 13:45:58 -0000 1.48
+++ compat.c 9 Jun 2005 19:03:31 -0000 1.49
@@ -1031,3 +1031,4 @@
#endif
return 0;
}
+
Index: compat.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/compat.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- compat.h 10 May 2005 20:02:52 -0000 1.29
+++ compat.h 9 Jun 2005 19:03:31 -0000 1.30
@@ -239,3 +239,4 @@
#endif
#endif
+
Index: container.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/container.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- container.c 9 Jun 2005 16:46:50 -0000 1.26
+++ container.c 9 Jun 2005 19:03:31 -0000 1.27
@@ -649,3 +649,4 @@
{
return SPLAY_EMPTY(&map->head);
}
+
Index: container.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/container.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- container.h 3 Apr 2005 05:52:32 -0000 1.12
+++ container.h 9 Jun 2005 19:03:31 -0000 1.13
@@ -94,3 +94,4 @@
int strmap_iter_done(strmap_iter_t *iter);
#endif
+
Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/crypto.c,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- crypto.c 6 Jun 2005 20:02:09 -0000 1.138
+++ crypto.c 9 Jun 2005 19:03:31 -0000 1.139
@@ -1675,3 +1675,4 @@
#else
static int setup_openssl_threading(void) { return 0; }
#endif
+
Index: crypto.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/crypto.h,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- crypto.h 9 Jun 2005 16:46:50 -0000 1.62
+++ crypto.h 9 Jun 2005 19:03:31 -0000 1.63
@@ -160,3 +160,4 @@
size_t secret_len, const char *s2k_specifier);
#endif
+
Index: log.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/log.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- log.c 8 Jun 2005 17:41:32 -0000 1.94
+++ log.c 9 Jun 2005 19:03:31 -0000 1.95
@@ -537,3 +537,4 @@
void configure_libevent_logging(void) {}
void suppress_libevent_log_msg(const char *msg) {}
#endif
+
Index: log.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/log.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- log.h 9 Jun 2005 16:46:50 -0000 1.45
+++ log.h 9 Jun 2005 19:03:31 -0000 1.46
@@ -99,3 +99,4 @@
# define __LOG_H
#endif
+
Index: test.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/test.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- test.h 9 Jun 2005 16:46:50 -0000 1.21
+++ test.h 9 Jun 2005 19:03:31 -0000 1.22
@@ -136,3 +136,4 @@
} STMT_END
#endif
+
Index: torgzip.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/torgzip.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- torgzip.c 7 May 2005 05:55:05 -0000 1.16
+++ torgzip.c 9 Jun 2005 19:03:31 -0000 1.17
@@ -245,3 +245,4 @@
return 0;
}
}
+
Index: torgzip.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/torgzip.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- torgzip.h 1 Apr 2005 20:15:54 -0000 1.6
+++ torgzip.h 9 Jun 2005 19:03:31 -0000 1.7
@@ -30,3 +30,4 @@
int detect_compression_method(const char *in, size_t in_len);
#endif
+
Index: torint.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/torint.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- torint.h 9 Jun 2005 16:46:50 -0000 1.20
+++ torint.h 9 Jun 2005 19:03:31 -0000 1.21
@@ -250,3 +250,4 @@
#define SIZE_T_CEILING (sizeof(char)<<(sizeof(size_t)*8 - 1))
#endif /* __TORINT_H */
+
Index: tortls.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/tortls.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- tortls.c 9 Jun 2005 16:46:50 -0000 1.95
+++ tortls.c 9 Jun 2005 19:03:31 -0000 1.96
@@ -859,3 +859,4 @@
fname, line);
tls_log_errors(LOG_WARN, NULL);
}
+
Index: tortls.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/tortls.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- tortls.h 9 Jun 2005 16:46:50 -0000 1.28
+++ tortls.h 9 Jun 2005 19:03:31 -0000 1.29
@@ -51,3 +51,4 @@
void _check_no_tls_errors(const char *fname, int line);
#endif
+
Index: util.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/util.c,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- util.c 6 Apr 2005 19:07:35 -0000 1.208
+++ util.c 9 Jun 2005 19:03:31 -0000 1.209
@@ -1443,3 +1443,4 @@
}
#endif
}
+
Index: util.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/util.h,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- util.h 26 Apr 2005 18:52:14 -0000 1.133
+++ util.h 9 Jun 2005 19:03:31 -0000 1.134
@@ -142,3 +142,4 @@
void write_pidfile(char *filename);
#endif
+