Custom Query (8143 matches)
Results (478 - 480 of 8143)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1452 | filezilla server solution uses absolute paths | |||
Description |
i saw this when first trying to build the filezilla server myself. the path to zlib in debug mode is absolute. |
|||
#1453 | filezilla server with windows xp styles (using manifest) | |||
Description |
adding a windows xp resource manifest broke the transmission leds first, but i was able to get around that by adding a fake indicator with zero width. that also cleans up the initialization code. |
|||
#1454 | filezilla server memory/speed optimization | |||
Description |
the filezilla server makes two copies of a list in GetNotifications(), which are thrown away shortly afterwards. the proposed patch swaps the list with an empty one instead of copying&clearing it. a pass-by-reference argument is used instead of using the return value to get around the second copy. |
Note:
See TracQuery
for help on using queries.