Software /
code /
prosody
Annotate
.hgignore @ 3458:9c3ae41e696c
net.server_select, net.server_event: Remove set_mode() call from server.link()... it can cause the last chunk of data to be discarded if shorter than buffersize (thanks to Zash for the debugging)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 22 Aug 2010 21:12:22 +0100 |
parent | 2905:b924d915c4d0 |
child | 3635:72f3619eeabd |
rev | line source |
---|---|
1296 | 1 syntax: glob |
2 .hgignore | |
3 data | |
4 local | |
5 www_files | |
6 html/* | |
7 prosody.lua | |
8 prosody.cfg.lua | |
2905
b924d915c4d0
.hgignore: Ignore prosody.version (thanks Florob)
Matthew Wild <mwild1@gmail.com>
parents:
1296
diff
changeset
|
9 prosody.version |
1296 | 10 config.unix |
11 *.patch | |
12 *.orig | |
13 *.rej | |
14 *.save | |
15 *~ | |
16 *.report | |
17 *.o | |
18 *.so | |
19 *.install | |
20 *.pid | |
21 *.log | |
22 *.err | |
23 *.debug |