Brian Warner
|
32974775ff
|
fix codechecks: trailing whitespace, suspicious variable captures
|
2016-08-19 17:42:05 -07:00 |
|
meejah
|
87acfe968e
|
pyflakes warnings
|
2016-07-21 12:35:59 -07:00 |
|
meejah
|
4e0a30ab91
|
get rid of more win32 special-casing
|
2016-07-21 12:35:59 -07:00 |
|
meejah
|
1b72683741
|
get rid of more spew
|
2016-07-21 12:35:59 -07:00 |
|
meejah
|
e060c584d7
|
fixup for pending-call calls
|
2016-07-21 12:35:59 -07:00 |
|
meejah
|
db6717951f
|
properly cancel pending-call things in windows inotify
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
874b4cf343
|
Debug prints in Windows inotify emulation.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
e845f7ff65
|
Filter out FILE_ACTION_MODIFIED for directories.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
0abe5baaf2
|
WIP: temporarily work around the AccessDenied errors after a test failure.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
b05b701532
|
Try to avoid spurious failures when shutting down the INotify loop on Windows.
This only partially solves the problem.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
ea14b1bebe
|
Don't add subdirectory watches if the platform's notifier doesn't require them. refs #2559
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
3647ffc3a7
|
Correct type for Windows BOOL.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
9dafa2e759
|
Disable precondition that autoAdd == recursive.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
f3803c058d
|
Improve all of the Windows-specific error reporting.
Also make the Windows function declarations more readable and consistent.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
e7fb665e06
|
New code for Windows drop-upload support. refs #1431
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
e88e07a278
|
Improved error handling and cosmetics for ctypes calls on Windows.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2015-12-28 21:17:32 +00:00 |
|
david-sarah
|
d9c7dfa4a0
|
Update more links from http: to https: in documentation and comments.
|
2012-03-13 20:26:54 +00:00 |
|
david-sarah
|
d21f4071c3
|
Eliminate direct dependencies of Tahoe-LAFS on pywin32 (rebased to trunk). refs #1274
|
2011-01-18 23:59:11 -08:00 |
|
david-sarah
|
93c1909847
|
bin/tahoe-script.template, src/windows/fixups.py: simplify the method of stripping initial arguments in sys.argv on Windows. This helps with bb-freeze and running tahoe via 'coverage'. Also includes some wording changes and minor refactoring of bin/tahoe-script.template. refs #585, #1303
|
2011-01-18 20:53:24 -08:00 |
|
david-sarah
|
2c099ffa0d
|
Move dependency imports from windows/depends.py (which has gone away) into src/allmydata/windows/tahoesvc.py. Also fix a pyflakes warning, and change the service display name from 'Allmydata Tahoe Node' to 'Tahoe-LAFS node'. refs #1282
|
2010-12-25 20:21:00 -08:00 |
|
david-sarah
|
3132c9b593
|
Remove unmaintained Windows GUI app, except for windows/tahoesvc.py which is moved to src/allmydata/windows. refs #1282
|
2010-12-25 20:02:37 -08:00 |
|
david-sarah
|
25d8103dde
|
windows/fixups.py: limit length of string passed in a single call to WriteConsoleW. fixes #1232.
|
2010-10-26 19:16:36 -07:00 |
|
david-sarah
|
88b6c57a1c
|
Skip option arguments to the python interpreter when reconstructing Unicode argv on Windows.
|
2010-07-27 23:27:31 -07:00 |
|
david-sarah
|
1a5a33886d
|
windows/fixups.py: improve comments and reference some relevant Python bugs.
|
2010-07-27 11:19:21 -07:00 |
|
david-sarah
|
b5f052a0d7
|
windows/fixups.py: make errors reported to original_stderr have enough information to debug even if we can't see the traceback.
|
2010-07-26 15:19:04 -07:00 |
|
david-sarah
|
ec6a674a5c
|
windows/fixups.py: fix paste-o in name of Unicode stderr wrapper.
|
2010-07-26 14:47:36 -07:00 |
|
david-sarah
|
54bbc5325f
|
windows/fixups.py: Don't rely on buggy MSVCRT library for Unicode output, use the Win32 API instead. This should make it work on XP. Also, change how we handle the case where sys.stdout and sys.stderr are redirected, since the .encoding attribute isn't necessarily writeable.
|
2010-07-25 21:50:19 -07:00 |
|
david-sarah
|
9d04b2a317
|
Add missing windows/fixups.py (for setting up Unicode args and output on Windows).
|
2010-07-25 02:28:49 -07:00 |
|
robk-tahoe
|
fbf6c48ed8
|
move registry module into allmydata.windows package
|
2008-01-10 19:03:23 -07:00 |
|